#BB2999

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

Shades of Medium Red Violet #BB2999

Tints of Medium Red Violet #BB2999

Color information

#BB2999 (or 0xBB2999) is unknown color: approx Medium Red Violet. HEX triplet: BB, 29 and 99. RGB value is (187,41,153). Sum of RGB (Red+Green+Blue) = 187+41+153=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 41 (16.41% from 255 or 10.76% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2999 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2999 is #44D666. Grayscale: #616161. Windows color (decimal): -4511335 or 10037691. OLE color: 10037691.

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

Color convert

RGB18741153-
CMYK00.780.180.27
HSL313.97º64.04%44.71%-
HSV(B)313.97º78.07%73.33%-
XYZ27.0414.4531.5-
YUV97.42159.37191.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.08%
GREEN value IS 41 (16.41% from 255) = 10.76%
BLUE value IS 153 (60.16% from 255) = 40.16%
R=49.08%
G=10.76%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1874115300.780.180.27313.9764.0444.71
HexBB299904E121B13a402d
Octal273512310116223347210055
Binary10111011101001100110010100111010010110111001110101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2999; }

 p { color: rgb(187,41,153); }

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

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

 a { background-color: rgb(187,41,153); }

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

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

 span { border-color: rgb(187,41,153); }

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