Shades of Medium Violet Red #BB1A70
Tints of Medium Violet Red #BB1A70
RGB
CMYK
RGB Variations
Color information
#BB1A70 (or 0xBB1A70) is known color: Medium Violet Red. HEX triplet: BB, 1A and 70. RGB value is (187,26,112). Sum of RGB (Red+Green+Blue) = 187+26+112=325 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.54% from 325); Green value is 26 (10.55% from 255 or 8% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1A70 is #44E58F. Grayscale: #535353. Windows color (decimal): -4515216 or 7346875. OLE color: 7346875.
HSL color Cylindrical-coordinate representation of color #BB1A70: hue angle of 327.95º degrees, saturation: 0.76, 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 #BB1A70 is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 26 | 112 | - |
| CMYK | 0 | 0.86 | 0.40 | 0.27 |
| HSL | 327.95º | 0.76% | 0.42% | - |
| HSV(B) | 327.95º | 0.86% | 0.73% | - |
| XYZ | 23.79 | 12.47 | 16.48 | - |
| YUV | 83.94 | 143.84 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 26 | 112 | 0 | 0.86 | 0.40 | 0.27 | 327.95 | 0.76 | 0.42 |
| Hex | BB | 1A | 70 | 0 | 56 | 28 | 1B | 148 | 4C | 2A |
| Octal | 273 | 32 | 160 | 0 | 126 | 50 | 33 | 510 | 114 | 52 |
| Binary | 10111011 | 11010 | 1110000 | 0 | 1010110 | 101000 | 11011 | 101001000 | 1001100 | 101010 |
Color Harmonies of #BB1A70
Complementary color
Monochromatic Colors of #BB1A70
Black with #BB1A70
Text Example
Text Example
White with #BB1A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1A70; }
p { color: rgb(187,26,112); }
H1.HeaderClassName
{
color: #BB1A70;
}
.AnyTagClassName
{
color: #BB1A70;
}
</style>
background-color css
<style>
a { background-color: #BB1A70; }
a { background-color: rgb(187,26,112); }
div.DivClassName
{
background-color: #BB1A70;
}
.BgClassName
{
background-color: #BB1A70;
}
</style>
border-color css
<style>
span { border-color: #BB1A70; }
span { border-color: rgb(187,26,112); }
td.TdClassName
{
border-color: #BB1A70;
}
.TagClassName
{
border-color: #BB1A70;
}
</style>