#BB0087

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

Shades of Medium Violet Red #BB0087

Tints of Medium Violet Red #BB0087

Color information

#BB0087 (or 0xBB0087) is unknown color: approx Medium Violet Red. HEX triplet: BB, 00 and 87. RGB value is (187,0,135). Sum of RGB (Red+Green+Blue) = 187+0+135=322 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.07% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 135 (53.12% from 255 or 41.93% from 322); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0087 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0087 is #44FF78. Grayscale: #464646. Windows color (decimal): -4521849 or 8847547. OLE color: 8847547.

HSL color Cylindrical-coordinate representation of color #BB0087: hue angle of 316.68º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB0087 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB1870135-
CMYK010.280.27
HSL316.68º100%36.67%-
HSV(B)316.68º100%73.33%-
XYZ24.8712.3123.99-
YUV71.3163.95210.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 58.07%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 135 (53.12% from 255) = 41.93%
R=58.07%
G=0%
B=41.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1870135010.280.27316.6810036.67
HexBB0870641C1B13d6425
Octal27302070144343347514445
Binary101110110100001110110010011100110111001111011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0087; }

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

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

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

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

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

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

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

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