#bb2aa9

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

Shades of Medium Red Violet #BB2AA9

Tints of Medium Red Violet #BB2AA9

Color information

#BB2AA9 (or 0xBB2AA9) is unknown color: approx Medium Red Violet. HEX triplet: BB, 2A and A9. RGB value is (187,42,169). Sum of RGB (Red+Green+Blue) = 187+42+169=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 42 (16.80% from 255 or 10.55% from 398); Blue value is 169 (66.41% from 255 or 42.46% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2AA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2AA9 is #44D556. Grayscale: #636363. Windows color (decimal): -4511063 or 11086523. OLE color: 11086523.

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

Color convert

RGB18742169-
CMYK00.780.100.27
HSL307.45º63.32%44.9%-
HSV(B)307.45º77.54%73.33%-
XYZ28.4815.0938.95-
YUV99.83167.04190.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.98%
GREEN value IS 42 (16.80% from 255) = 10.55%
BLUE value IS 169 (66.41% from 255) = 42.46%
R=46.98%
G=10.55%
B=42.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1874216900.780.100.27307.4563.3244.9
HexBB2AA904EA1B1333f2d
Octal27352251011612334637755
Binary101110111010101010100101001110101011011100110011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb2aa9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb2aa9; }

 p { color: rgb(187,42,169); }

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

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

 a { background-color: rgb(187,42,169); }

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

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

 span { border-color: rgb(187,42,169); }

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