#BB1AA8

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

Shades of Medium Violet Red #BB1AA8

Tints of Medium Violet Red #BB1AA8

Color information

#BB1AA8 (or 0xBB1AA8) is unknown color: approx Medium Violet Red. HEX triplet: BB, 1A and A8. RGB value is (187,26,168). Sum of RGB (Red+Green+Blue) = 187+26+168=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 26 (10.55% from 255 or 6.82% from 381); Blue value is 168 (66.02% from 255 or 44.09% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1AA8 is #44E557. Grayscale: #595959. Windows color (decimal): -4515160 or 11016891. OLE color: 11016891.

HSL color Cylindrical-coordinate representation of color #BB1AA8: hue angle of 307.08º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB1AA8 is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB18726168-
CMYK00.860.100.27
HSL307.08º75.59%41.76%-
HSV(B)307.08º86.1%73.33%-
XYZ27.9314.1338.3-
YUV90.33171.84196.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.08%
GREEN value IS 26 (10.55% from 255) = 6.82%
BLUE value IS 168 (66.02% from 255) = 44.09%
R=49.08%
G=6.82%
B=44.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1872616800.860.100.27307.0875.5941.76
HexBB1AA8056A1B1334c2a
Octal273322500126123346311452
Binary101110111101010101000010101101010110111001100111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1AA8; }

 p { color: rgb(187,26,168); }

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

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

 a { background-color: rgb(187,26,168); }

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

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

 span { border-color: rgb(187,26,168); }

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