#BB1AA6

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

Shades of Medium Violet Red #BB1AA6

Tints of Medium Violet Red #BB1AA6

Color information

#BB1AA6 (or 0xBB1AA6) is unknown color: approx Medium Violet Red. HEX triplet: BB, 1A and A6. RGB value is (187,26,166). Sum of RGB (Red+Green+Blue) = 187+26+166=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 26 (10.55% from 255 or 6.86% from 379); Blue value is 166 (65.23% from 255 or 43.80% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1AA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1AA6 is #44E559. Grayscale: #595959. Windows color (decimal): -4515162 or 10885819. OLE color: 10885819.

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

Color convert

RGB18726166-
CMYK00.860.110.27
HSL307.83º75.59%41.76%-
HSV(B)307.83º86.1%73.33%-
XYZ27.7514.0637.33-
YUV90.1170.84197.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.34%
GREEN value IS 26 (10.55% from 255) = 6.86%
BLUE value IS 166 (65.23% from 255) = 43.80%
R=49.34%
G=6.86%
B=43.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1872616600.860.110.27307.8375.5941.76
HexBB1AA6056B1B1344c2a
Octal273322460126133346411452
Binary101110111101010100110010101101011110111001101001001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1AA6; }

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

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

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

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

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

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

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

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