#BF45CD

Color #BF45CD Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BF45CD

Tints of Medium Orchid #BF45CD

Color information

#BF45CD (or 0xBF45CD) is unknown color: approx Medium Orchid. HEX triplet: BF, 45 and CD. RGB value is (191,69,205). Sum of RGB (Red+Green+Blue) = 191+69+205=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 69 (27.34% from 255 or 14.84% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF45CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF45CD is #40BA32. Grayscale: #787878. Windows color (decimal): -4241971 or 13452735. OLE color: 13452735.

HSL color Cylindrical-coordinate representation of color #BF45CD: hue angle of 293.82º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF45CD is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19169205-
CMYK0.070.6600.20
HSL293.82º57.63%53.73%-
HSV(B)293.82º66.34%80.39%-
XYZ34.6319.7459.74-
YUV120.98175.42177.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 41.08%
GREEN value IS 69 (27.34% from 255) = 14.84%
BLUE value IS 205 (80.47% from 255) = 44.09%
R=41.08%
G=14.84%
B=44.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal191692050.070.6600.20293.8257.6353.73
HexBF45CD7420141263a36
Octal27710531571020244467266
Binary101111111000101110011011111000010010100100100110111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF45CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF45CD; }

 p { color: rgb(191,69,205); }

 H1.HeaderClassName
 {
   color: #BF45CD;
 }
 .AnyTagClassName
 {
   color: #BF45CD;
 }
</style>
background-color css

<style>
 a { background-color: #BF45CD; }

 a { background-color: rgb(191,69,205); }

 div.DivClassName
 {
   background-color: #BF45CD;
 }
 .BgClassName
 {
   background-color: #BF45CD;
 }
</style>
border-color css

<style>
 span { border-color: #BF45CD; }

 span { border-color: rgb(191,69,205); }

 td.TdClassName
 {
   border-color: #BF45CD;
 }
 .TagClassName
 {
   border-color: #BF45CD;
 }
</style>