#BF72CB

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

Shades of Medium Orchid #BF72CB

Tints of Medium Orchid #BF72CB

Color information

#BF72CB (or 0xBF72CB) is unknown color: approx Medium Orchid. HEX triplet: BF, 72 and CB. RGB value is (191,114,203). Sum of RGB (Red+Green+Blue) = 191+114+203=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 114 (44.92% from 255 or 22.44% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF72CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF72CB is #408D34. Grayscale: #929292. Windows color (decimal): -4230453 or 13333183. OLE color: 13333183.

HSL color Cylindrical-coordinate representation of color #BF72CB: hue angle of 291.91º 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 #BF72CB is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB191114203-
CMYK0.060.4400.20
HSL291.91º46.11%62.16%-
HSV(B)291.91º43.84%79.61%-
XYZ38.2827.4259.78-
YUV147.17159.51159.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.60%
GREEN value IS 114 (44.92% from 255) = 22.44%
BLUE value IS 203 (79.69% from 255) = 39.96%
R=37.60%
G=22.44%
B=39.96%

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
Decimal1911142030.060.4400.20291.9146.1162.16
HexBF72CB62C0141242e3e
Octal2771623136540244445676
Binary10111111111001011001011110101100010100100100100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF72CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF72CB; }

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

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

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

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

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

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

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

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