#BB2A81

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

Shades of Medium Red Violet #BB2A81

Tints of Medium Red Violet #BB2A81

Color information

#BB2A81 (or 0xBB2A81) is unknown color: approx Medium Red Violet. HEX triplet: BB, 2A and 81. RGB value is (187,42,129). Sum of RGB (Red+Green+Blue) = 187+42+129=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 42 (16.80% from 255 or 11.73% from 358); Blue value is 129 (50.78% from 255 or 36.03% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2A81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2A81 is #44D57E. Grayscale: #5F5F5F. Windows color (decimal): -4511103 or 8465083. OLE color: 8465083.

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

Color convert

RGB18742129-
CMYK00.780.310.27
HSL324º63.32%44.9%-
HSV(B)324º77.54%73.33%-
XYZ25.2813.8122.1-
YUV95.27147.04193.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.23%
GREEN value IS 42 (16.80% from 255) = 11.73%
BLUE value IS 129 (50.78% from 255) = 36.03%
R=52.23%
G=11.73%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1874212900.780.310.2732463.3244.9
HexBB2A8104E1F1B1443f2d
Octal27352201011637335047755
Binary1011101110101010000001010011101111111011101000100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2A81; }

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

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

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

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

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

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

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

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