Shades of Medium Violet Red #BB0597
Tints of Medium Violet Red #BB0597
RGB
CMYK
RGB Variations
Color information
#BB0597 (or 0xBB0597) is known color: Medium Violet Red. HEX triplet: BB, 05 and 97. RGB value is (187,5,151). Sum of RGB (Red+Green+Blue) = 187+5+151=343 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.52% from 343); Green value is 5 (2.34% from 255 or 1.46% from 343); Blue value is 151 (59.38% from 255 or 44.02% from 343); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0597 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0597 is #44FA68. Grayscale: #4B4B4B. Windows color (decimal): -4520553 or 9897403. OLE color: 9897403.
HSL color Cylindrical-coordinate representation of color #BB0597: hue angle of 311.87º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB0597 is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 5 | 151 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.27 |
| HSL | 311.87º | 0.95% | 0.38% | - |
| HSV(B) | 311.87º | 0.97% | 0.73% | - |
| XYZ | 26.13 | 12.91 | 30.39 | - |
| YUV | 76.06 | 170.3 | 207.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 5 | 151 | 0 | 0.97 | 0.19 | 0.27 | 311.87 | 0.95 | 0.38 |
| Hex | BB | 5 | 97 | 0 | 61 | 13 | 1B | 138 | 5F | 26 |
| Octal | 273 | 5 | 227 | 0 | 141 | 23 | 33 | 470 | 137 | 46 |
| Binary | 10111011 | 101 | 10010111 | 0 | 1100001 | 10011 | 11011 | 100111000 | 1011111 | 100110 |
Color Harmonies of #BB0597
Complementary color
Monochromatic Colors of #BB0597
Black with #BB0597
Text Example
Text Example
White with #BB0597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0597; }
p { color: rgb(187,5,151); }
H1.HeaderClassName
{
color: #BB0597;
}
.AnyTagClassName
{
color: #BB0597;
}
</style>
background-color css
<style>
a { background-color: #BB0597; }
a { background-color: rgb(187,5,151); }
div.DivClassName
{
background-color: #BB0597;
}
.BgClassName
{
background-color: #BB0597;
}
</style>
border-color css
<style>
span { border-color: #BB0597; }
span { border-color: rgb(187,5,151); }
td.TdClassName
{
border-color: #BB0597;
}
.TagClassName
{
border-color: #BB0597;
}
</style>