#BF6FCD

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

Shades of Medium Orchid #BF6FCD

Tints of Medium Orchid #BF6FCD

Color information

#BF6FCD (or 0xBF6FCD) is unknown color: approx Medium Orchid. HEX triplet: BF, 6F and CD. RGB value is (191,111,205). Sum of RGB (Red+Green+Blue) = 191+111+205=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 111 (43.75% from 255 or 21.89% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF6FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6FCD is #409032. Grayscale: #919191. Windows color (decimal): -4231219 or 13463487. OLE color: 13463487.

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

Color convert

RGB191111205-
CMYK0.070.4600.20
HSL291.06º48.45%61.96%-
HSV(B)291.06º45.85%80.39%-
XYZ38.1926.8560.93-
YUV145.64161.5160.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.67%
GREEN value IS 111 (43.75% from 255) = 21.89%
BLUE value IS 205 (80.47% from 255) = 40.43%
R=37.67%
G=21.89%
B=40.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911112050.070.4600.20291.0648.4561.96
HexBF6FCD72E014123303e
Octal2771573157560244436076
Binary10111111110111111001101111101110010100100100011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6FCD; }

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

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

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

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

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

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

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

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