#BF6DD4

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

Shades of Medium Orchid #BF6DD4

Tints of Medium Orchid #BF6DD4

Color information

#BF6DD4 (or 0xBF6DD4) is unknown color: approx Medium Orchid. HEX triplet: BF, 6D and D4. RGB value is (191,109,212). Sum of RGB (Red+Green+Blue) = 191+109+212=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 109 (42.97% from 255 or 21.29% from 512); Blue value is 212 (83.20% from 255 or 41.41% from 512); Max value from RGB is 212 - color contains mainly: blue. Hex color #BF6DD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6DD4 is #40922B. Grayscale: #909090. Windows color (decimal): -4231724 or 13921727. OLE color: 13921727.

HSL color Cylindrical-coordinate representation of color #BF6DD4: hue angle of 287.77º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF6DD4 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB191109212-
CMYK0.100.4900.17
HSL287.77º54.5%62.94%-
HSV(B)287.77º48.58%83.14%-
XYZ38.8426.7765.41-
YUV145.26165.67160.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.30%
GREEN value IS 109 (42.97% from 255) = 21.29%
BLUE value IS 212 (83.20% from 255) = 41.41%
R=37.30%
G=21.29%
B=41.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1911092120.100.4900.17287.7754.562.94
HexBF6DD4A31011120363f
Octal27715532412610214406677
Binary101111111101101110101001010110001010001100100000110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6DD4; }

 p { color: rgb(191,109,212); }

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

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

 a { background-color: rgb(191,109,212); }

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

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

 span { border-color: rgb(191,109,212); }

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