#BB0F99

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

Shades of Medium Violet Red #BB0F99

Tints of Medium Violet Red #BB0F99

Color information

#BB0F99 (or 0xBB0F99) is unknown color: approx Medium Violet Red. HEX triplet: BB, 0F and 99. RGB value is (187,15,153). Sum of RGB (Red+Green+Blue) = 187+15+153=355 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.68% from 355); Green value is 15 (6.25% from 255 or 4.23% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0F99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0F99 is #44F066. Grayscale: #515151. Windows color (decimal): -4517991 or 10031035. OLE color: 10031035.

HSL color Cylindrical-coordinate representation of color #BB0F99: hue angle of 311.86º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB0F99 is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB18715153-
CMYK00.920.180.27
HSL311.86º85.15%39.61%-
HSV(B)311.86º91.98%73.33%-
XYZ26.4113.2131.29-
YUV82.16167.98202.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.68%
GREEN value IS 15 (6.25% from 255) = 4.23%
BLUE value IS 153 (60.16% from 255) = 43.10%
R=52.68%
G=4.23%
B=43.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871515300.920.180.27311.8685.1539.61
HexBBF9905C121B1385528
Octal273172310134223347012550
Binary101110111111100110010101110010010110111001110001010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0F99; }

 p { color: rgb(187,15,153); }

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

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

 a { background-color: rgb(187,15,153); }

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

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

 span { border-color: rgb(187,15,153); }

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