#BF73CB

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

Shades of Medium Orchid #BF73CB

Tints of Medium Orchid #BF73CB

Color information

#BF73CB (or 0xBF73CB) is unknown color: approx Medium Orchid. HEX triplet: BF, 73 and CB. RGB value is (191,115,203). Sum of RGB (Red+Green+Blue) = 191+115+203=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 115 (45.31% from 255 or 22.59% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF73CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF73CB is #408C34. Grayscale: #939393. Windows color (decimal): -4230197 or 13333439. OLE color: 13333439.

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

Color convert

RGB191115203-
CMYK0.060.4300.20
HSL291.82º45.83%62.35%-
HSV(B)291.82º43.35%79.61%-
XYZ38.427.6559.81-
YUV147.76159.18158.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.52%
GREEN value IS 115 (45.31% from 255) = 22.59%
BLUE value IS 203 (79.69% from 255) = 39.88%
R=37.52%
G=22.59%
B=39.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911152030.060.4300.20291.8245.8362.35
HexBF73CB62B0141242e3e
Octal2771633136530244445676
Binary10111111111001111001011110101011010100100100100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF73CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF73CB; }

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

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

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

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

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

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

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

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