Shades of Medium Violet Red #BB1B77
Tints of Medium Violet Red #BB1B77
RGB
CMYK
RGB Variations
Color information
#BB1B77 (or 0xBB1B77) is known color: Medium Violet Red. HEX triplet: BB, 1B and 77. RGB value is (187,27,119). Sum of RGB (Red+Green+Blue) = 187+27+119=333 (44% of max value = 765). Red value is 187 (73.44% from 255 or 56.16% from 333); Green value is 27 (10.94% from 255 or 8.11% from 333); Blue value is 119 (46.88% from 255 or 35.74% from 333); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1B77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1B77 is #44E488. Grayscale: #555555. Windows color (decimal): -4514953 or 7805883. OLE color: 7805883.
HSL color Cylindrical-coordinate representation of color #BB1B77: hue angle of 325.5º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB1B77 is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 27 | 119 | - |
| CMYK | 0 | 0.86 | 0.36 | 0.27 |
| HSL | 325.5º | 0.75% | 0.42% | - |
| HSV(B) | 325.5º | 0.86% | 0.73% | - |
| XYZ | 24.22 | 12.68 | 18.62 | - |
| YUV | 85.33 | 147.01 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 27 | 119 | 0 | 0.86 | 0.36 | 0.27 | 325.5 | 0.75 | 0.42 |
| Hex | BB | 1B | 77 | 0 | 56 | 24 | 1B | 146 | 4B | 2A |
| Octal | 273 | 33 | 167 | 0 | 126 | 44 | 33 | 506 | 113 | 52 |
| Binary | 10111011 | 11011 | 1110111 | 0 | 1010110 | 100100 | 11011 | 101000110 | 1001011 | 101010 |
Color Harmonies of #BB1B77
Complementary color
Monochromatic Colors of #BB1B77
Black with #BB1B77
Text Example
Text Example
White with #BB1B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1B77; }
p { color: rgb(187,27,119); }
H1.HeaderClassName
{
color: #BB1B77;
}
.AnyTagClassName
{
color: #BB1B77;
}
</style>
background-color css
<style>
a { background-color: #BB1B77; }
a { background-color: rgb(187,27,119); }
div.DivClassName
{
background-color: #BB1B77;
}
.BgClassName
{
background-color: #BB1B77;
}
</style>
border-color css
<style>
span { border-color: #BB1B77; }
span { border-color: rgb(187,27,119); }
td.TdClassName
{
border-color: #BB1B77;
}
.TagClassName
{
border-color: #BB1B77;
}
</style>