#bb2277

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

Shades of Medium Red Violet #BB2277

Tints of Medium Red Violet #BB2277

Color information

#BB2277 (or 0xBB2277) is unknown color: approx Medium Red Violet. HEX triplet: BB, 22 and 77. RGB value is (187,34,119). Sum of RGB (Red+Green+Blue) = 187+34+119=340 (45% of max value = 765). Red value is 187 (73.44% from 255 or 55% from 340); Green value is 34 (13.67% from 255 or 10% from 340); Blue value is 119 (46.88% from 255 or 35% from 340); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2277 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2277 is #44DD88. Grayscale: #595959. Windows color (decimal): -4513161 or 7807675. OLE color: 7807675.

HSL color Cylindrical-coordinate representation of color #BB2277: hue angle of 326.67º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB2277 is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB18734119-
CMYK00.820.360.27
HSL326.67º69.23%43.33%-
HSV(B)326.67º81.82%73.33%-
XYZ24.413.0418.68-
YUV89.44144.69197.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55%
GREEN value IS 34 (13.67% from 255) = 10%
BLUE value IS 119 (46.88% from 255) = 35%
R=55%
G=10%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1873411900.820.360.27326.6769.2343.33
HexBB2277052241B147452b
Octal273421670122443350710553
Binary10111011100010111011101010010100100110111010001111000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb2277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb2277; }

 p { color: rgb(187,34,119); }

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

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

 a { background-color: rgb(187,34,119); }

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

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

 span { border-color: rgb(187,34,119); }

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