#BB0088

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

Shades of Medium Violet Red #BB0088

Tints of Medium Violet Red #BB0088

Color information

#BB0088 (or 0xBB0088) is unknown color: approx Medium Violet Red. HEX triplet: BB, 00 and 88. RGB value is (187,0,136). Sum of RGB (Red+Green+Blue) = 187+0+136=323 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.89% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0088 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0088 is #44FF77. Grayscale: #474747. Windows color (decimal): -4521848 or 8913083. OLE color: 8913083.

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

Color convert

RGB1870136-
CMYK010.270.27
HSL316.36º100%36.67%-
HSV(B)316.36º100%73.33%-
XYZ24.9412.3424.36-
YUV71.42164.45210.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 136 (53.52% from 255) = 42.11%
R=57.89%
G=0%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1870136010.270.27316.3610036.67
HexBB0880641B1B13c6425
Octal27302100144333347414445
Binary101110110100010000110010011011110111001111001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0088; }

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

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

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

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

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

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

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

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