Shades of Medium Violet Red #BB1B74
Tints of Medium Violet Red #BB1B74
RGB
CMYK
RGB Variations
Color information
#BB1B74 (or 0xBB1B74) is known color: Medium Violet Red. HEX triplet: BB, 1B and 74. RGB value is (187,27,116). Sum of RGB (Red+Green+Blue) = 187+27+116=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 27 (10.94% from 255 or 8.18% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1B74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1B74 is #44E48B. Grayscale: #545454. Windows color (decimal): -4514956 or 7609275. OLE color: 7609275.
HSL color Cylindrical-coordinate representation of color #BB1B74: hue angle of 326.62º 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 #BB1B74 is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 27 | 116 | - |
| CMYK | 0 | 0.86 | 0.38 | 0.27 |
| HSL | 326.63º | 0.75% | 0.42% | - |
| HSV(B) | 326.63º | 0.86% | 0.73% | - |
| XYZ | 24.04 | 12.61 | 17.69 | - |
| YUV | 84.99 | 145.51 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 27 | 116 | 0 | 0.86 | 0.38 | 0.27 | 326.63 | 0.75 | 0.42 |
| Hex | BB | 1B | 74 | 0 | 56 | 26 | 1B | 147 | 4B | 2A |
| Octal | 273 | 33 | 164 | 0 | 126 | 46 | 33 | 507 | 113 | 52 |
| Binary | 10111011 | 11011 | 1110100 | 0 | 1010110 | 100110 | 11011 | 101000111 | 1001011 | 101010 |
Color Harmonies of #BB1B74
Complementary color
Monochromatic Colors of #BB1B74
Black with #BB1B74
Text Example
Text Example
White with #BB1B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1B74; }
p { color: rgb(187,27,116); }
H1.HeaderClassName
{
color: #BB1B74;
}
.AnyTagClassName
{
color: #BB1B74;
}
</style>
background-color css
<style>
a { background-color: #BB1B74; }
a { background-color: rgb(187,27,116); }
div.DivClassName
{
background-color: #BB1B74;
}
.BgClassName
{
background-color: #BB1B74;
}
</style>
border-color css
<style>
span { border-color: #BB1B74; }
span { border-color: rgb(187,27,116); }
td.TdClassName
{
border-color: #BB1B74;
}
.TagClassName
{
border-color: #BB1B74;
}
</style>