#BB2776

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

Shades of Medium Red Violet #BB2776

Tints of Medium Red Violet #BB2776

Color information

#BB2776 (or 0xBB2776) is unknown color: approx Medium Red Violet. HEX triplet: BB, 27 and 76. RGB value is (187,39,118). Sum of RGB (Red+Green+Blue) = 187+39+118=344 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.36% from 344); Green value is 39 (15.62% from 255 or 11.34% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2776 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2776 is #44D889. Grayscale: #5C5C5C. Windows color (decimal): -4511882 or 7743419. OLE color: 7743419.

HSL color Cylindrical-coordinate representation of color #BB2776: hue angle of 327.97º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB2776 is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB18739118-
CMYK00.790.370.27
HSL327.97º65.49%44.31%-
HSV(B)327.97º79.14%73.33%-
XYZ24.4913.3218.42-
YUV92.26142.53195.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.36%
GREEN value IS 39 (15.62% from 255) = 11.34%
BLUE value IS 118 (46.48% from 255) = 34.30%
R=54.36%
G=11.34%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1873911800.790.370.27327.9765.4944.31
HexBB277604F251B148412c
Octal273471660117453351010154
Binary10111011100111111011001001111100101110111010010001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2776; }

 p { color: rgb(187,39,118); }

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

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

 a { background-color: rgb(187,39,118); }

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

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

 span { border-color: rgb(187,39,118); }

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