#BF71CB

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

Shades of Medium Orchid #BF71CB

Tints of Medium Orchid #BF71CB

Color information

#BF71CB (or 0xBF71CB) is unknown color: approx Medium Orchid. HEX triplet: BF, 71 and CB. RGB value is (191,113,203). Sum of RGB (Red+Green+Blue) = 191+113+203=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 113 (44.53% from 255 or 22.29% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF71CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF71CB is #408E34. Grayscale: #929292. Windows color (decimal): -4230709 or 13332927. OLE color: 13332927.

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

Color convert

RGB191113203-
CMYK0.060.4400.20
HSL292º46.39%61.96%-
HSV(B)292º44.33%79.61%-
XYZ38.1727.259.74-
YUV146.58159.84159.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.67%
GREEN value IS 113 (44.53% from 255) = 22.29%
BLUE value IS 203 (79.69% from 255) = 40.04%
R=37.67%
G=22.29%
B=40.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911132030.060.4400.2029246.3961.96
HexBF71CB62C0141242e3e
Octal2771613136540244445676
Binary10111111111000111001011110101100010100100100100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF71CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF71CB; }

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

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

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

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

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

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

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

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