Shades of Medium Violet Red #BB1272
Tints of Medium Violet Red #BB1272
RGB
CMYK
RGB Variations
Color information
#BB1272 (or 0xBB1272) is known color: Medium Violet Red. HEX triplet: BB, 12 and 72. RGB value is (187,18,114). Sum of RGB (Red+Green+Blue) = 187+18+114=319 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.62% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1272 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1272 is #44ED8D. Grayscale: #4F4F4F. Windows color (decimal): -4517262 or 7475899. OLE color: 7475899.
HSL color Cylindrical-coordinate representation of color #BB1272: hue angle of 325.92º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB1272 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 18 | 114 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.27 |
| HSL | 325.92º | 0.82% | 0.4% | - |
| HSV(B) | 325.92º | 0.9% | 0.73% | - |
| XYZ | 23.75 | 12.21 | 17.03 | - |
| YUV | 79.48 | 147.49 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 18 | 114 | 0 | 0.90 | 0.39 | 0.27 | 325.92 | 0.82 | 0.4 |
| Hex | BB | 12 | 72 | 0 | 5A | 27 | 1B | 146 | 52 | 28 |
| Octal | 273 | 22 | 162 | 0 | 132 | 47 | 33 | 506 | 122 | 50 |
| Binary | 10111011 | 10010 | 1110010 | 0 | 1011010 | 100111 | 11011 | 101000110 | 1010010 | 101000 |
Color Harmonies of #BB1272
Complementary color
Monochromatic Colors of #BB1272
Black with #BB1272
Text Example
Text Example
White with #BB1272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1272; }
p { color: rgb(187,18,114); }
H1.HeaderClassName
{
color: #BB1272;
}
.AnyTagClassName
{
color: #BB1272;
}
</style>
background-color css
<style>
a { background-color: #BB1272; }
a { background-color: rgb(187,18,114); }
div.DivClassName
{
background-color: #BB1272;
}
.BgClassName
{
background-color: #BB1272;
}
</style>
border-color css
<style>
span { border-color: #BB1272; }
span { border-color: rgb(187,18,114); }
td.TdClassName
{
border-color: #BB1272;
}
.TagClassName
{
border-color: #BB1272;
}
</style>