#bb1177

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

Shades of Medium Violet Red #BB1177

Tints of Medium Violet Red #BB1177

Color information

#BB1177 (or 0xBB1177) is unknown color: approx Medium Violet Red. HEX triplet: BB, 11 and 77. RGB value is (187,17,119). Sum of RGB (Red+Green+Blue) = 187+17+119=323 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.89% from 323); Green value is 17 (7.03% from 255 or 5.26% from 323); Blue value is 119 (46.88% from 255 or 36.84% from 323); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1177 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1177 is #44EE88. Grayscale: #4F4F4F. Windows color (decimal): -4517513 or 7803323. OLE color: 7803323.

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

Color convert

RGB18717119-
CMYK00.910.360.27
HSL324º83.33%40%-
HSV(B)324º90.91%73.33%-
XYZ24.0212.318.56-
YUV79.46150.32204.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.89%
GREEN value IS 17 (7.03% from 255) = 5.26%
BLUE value IS 119 (46.88% from 255) = 36.84%
R=57.89%
G=5.26%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871711900.910.360.2732483.3340
HexBB117705B241B1445328
Octal273211670133443350412350
Binary1011101110001111011101011011100100110111010001001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb1177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb1177; }

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

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

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

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

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

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

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

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