#BB2B72

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

Shades of Medium Red Violet #BB2B72

Tints of Medium Red Violet #BB2B72

Color information

#BB2B72 (or 0xBB2B72) is unknown color: approx Medium Red Violet. HEX triplet: BB, 2B and 72. RGB value is (187,43,114). Sum of RGB (Red+Green+Blue) = 187+43+114=344 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.36% from 344); Green value is 43 (17.19% from 255 or 12.5% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2B72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2B72 is #44D48D. Grayscale: #5E5E5E. Windows color (decimal): -4510862 or 7482299. OLE color: 7482299.

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

Color convert

RGB18743114-
CMYK00.770.390.27
HSL330.42º62.61%45.1%-
HSV(B)330.42º77.01%73.33%-
XYZ24.3913.5117.24-
YUV94.15139.21194.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.36%
GREEN value IS 43 (17.19% from 255) = 12.5%
BLUE value IS 114 (44.92% from 255) = 33.14%
R=54.36%
G=12.5%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1874311400.770.390.27330.4262.6145.1
HexBB2B7204D271B14a3f2d
Octal27353162011547335127755
Binary1011101110101111100100100110110011111011101001010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2B72; }

 p { color: rgb(187,43,114); }

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

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

 a { background-color: rgb(187,43,114); }

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

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

 span { border-color: rgb(187,43,114); }

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