#BB0F87

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

Shades of Medium Violet Red #BB0F87

Tints of Medium Violet Red #BB0F87

Color information

#BB0F87 (or 0xBB0F87) is unknown color: approx Medium Violet Red. HEX triplet: BB, 0F and 87. RGB value is (187,15,135). Sum of RGB (Red+Green+Blue) = 187+15+135=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 15 (6.25% from 255 or 4.45% from 337); Blue value is 135 (53.12% from 255 or 40.06% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0F87 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0F87 is #44F078. Grayscale: #4F4F4F. Windows color (decimal): -4518009 or 8851387. OLE color: 8851387.

HSL color Cylindrical-coordinate representation of color #BB0F87: hue angle of 318.14º 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 #BB0F87 is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB18715135-
CMYK00.920.280.27
HSL318.14º85.15%39.61%-
HSV(B)318.14º91.98%73.33%-
XYZ25.0412.6624.04-
YUV80.11158.98204.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.49%
GREEN value IS 15 (6.25% from 255) = 4.45%
BLUE value IS 135 (53.12% from 255) = 40.06%
R=55.49%
G=4.45%
B=40.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871513500.920.280.27318.1485.1539.61
HexBBF8705C1C1B13e5528
Octal273172070134343347612550
Binary101110111111100001110101110011100110111001111101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0F87; }

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

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

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

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

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

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

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

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