Shades of Medium Violet Red #BB0595
Tints of Medium Violet Red #BB0595
RGB
CMYK
RGB Variations
Color information
#BB0595 (or 0xBB0595) is known color: Medium Violet Red. HEX triplet: BB, 05 and 95. RGB value is (187,5,149). Sum of RGB (Red+Green+Blue) = 187+5+149=341 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.84% from 341); Green value is 5 (2.34% from 255 or 1.47% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0595 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0595 is #44FA6A. Grayscale: #4B4B4B. Windows color (decimal): -4520555 or 9766331. OLE color: 9766331.
HSL color Cylindrical-coordinate representation of color #BB0595: hue angle of 312.53º 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 #BB0595 is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 5 | 149 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.27 |
| HSL | 312.53º | 0.95% | 0.38% | - |
| HSV(B) | 312.53º | 0.97% | 0.73% | - |
| XYZ | 25.97 | 12.84 | 29.54 | - |
| YUV | 75.83 | 169.3 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 5 | 149 | 0 | 0.97 | 0.20 | 0.27 | 312.53 | 0.95 | 0.38 |
| Hex | BB | 5 | 95 | 0 | 61 | 14 | 1B | 139 | 5F | 26 |
| Octal | 273 | 5 | 225 | 0 | 141 | 24 | 33 | 471 | 137 | 46 |
| Binary | 10111011 | 101 | 10010101 | 0 | 1100001 | 10100 | 11011 | 100111001 | 1011111 | 100110 |
Color Harmonies of #BB0595
Complementary color
Monochromatic Colors of #BB0595
Black with #BB0595
Text Example
Text Example
White with #BB0595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0595; }
p { color: rgb(187,5,149); }
H1.HeaderClassName
{
color: #BB0595;
}
.AnyTagClassName
{
color: #BB0595;
}
</style>
background-color css
<style>
a { background-color: #BB0595; }
a { background-color: rgb(187,5,149); }
div.DivClassName
{
background-color: #BB0595;
}
.BgClassName
{
background-color: #BB0595;
}
</style>
border-color css
<style>
span { border-color: #BB0595; }
span { border-color: rgb(187,5,149); }
td.TdClassName
{
border-color: #BB0595;
}
.TagClassName
{
border-color: #BB0595;
}
</style>