#BF66CB

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

Shades of Medium Orchid #BF66CB

Tints of Medium Orchid #BF66CB

Color information

#BF66CB (or 0xBF66CB) is unknown color: approx Medium Orchid. HEX triplet: BF, 66 and CB. RGB value is (191,102,203). Sum of RGB (Red+Green+Blue) = 191+102+203=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 102 (40.23% from 255 or 20.56% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF66CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF66CB is #409934. Grayscale: #8B8B8B. Windows color (decimal): -4233525 or 13330111. OLE color: 13330111.

HSL color Cylindrical-coordinate representation of color #BF66CB: hue angle of 292.87º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF66CB is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB191102203-
CMYK0.060.5000.20
HSL292.87º49.27%59.8%-
HSV(B)292.87º49.75%79.61%-
XYZ37.0224.8959.35-
YUV140.12163.49164.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.51%
GREEN value IS 102 (40.23% from 255) = 20.56%
BLUE value IS 203 (79.69% from 255) = 40.93%
R=38.51%
G=20.56%
B=40.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911022030.060.5000.20292.8749.2759.8
HexBF66CB632014125313c
Octal2771463136620244456174
Binary10111111110011011001011110110010010100100100101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF66CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF66CB; }

 p { color: rgb(191,102,203); }

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

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

 a { background-color: rgb(191,102,203); }

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

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

 span { border-color: rgb(191,102,203); }

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