Shades of Medium Violet Red #BB0475
Tints of Medium Violet Red #BB0475
RGB
CMYK
RGB Variations
Color information
#BB0475 (or 0xBB0475) is known color: Medium Violet Red. HEX triplet: BB, 04 and 75. RGB value is (187,4,117). Sum of RGB (Red+Green+Blue) = 187+4+117=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 4 (1.95% from 255 or 1.30% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0475 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0475 is #44FB8A. Grayscale: #474747. Windows color (decimal): -4520843 or 7668923. OLE color: 7668923.
HSL color Cylindrical-coordinate representation of color #BB0475: hue angle of 322.95º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB0475 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 4 | 117 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.27 |
| HSL | 322.95º | 0.96% | 0.37% | - |
| HSV(B) | 322.95º | 0.98% | 0.73% | - |
| XYZ | 23.75 | 11.94 | 17.88 | - |
| YUV | 71.6 | 153.63 | 210.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 4 | 117 | 0 | 0.98 | 0.37 | 0.27 | 322.95 | 0.96 | 0.37 |
| Hex | BB | 4 | 75 | 0 | 62 | 25 | 1B | 143 | 60 | 25 |
| Octal | 273 | 4 | 165 | 0 | 142 | 45 | 33 | 503 | 140 | 45 |
| Binary | 10111011 | 100 | 1110101 | 0 | 1100010 | 100101 | 11011 | 101000011 | 1100000 | 100101 |
Color Harmonies of #BB0475
Complementary color
Monochromatic Colors of #BB0475
Black with #BB0475
Text Example
Text Example
White with #BB0475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0475; }
p { color: rgb(187,4,117); }
H1.HeaderClassName
{
color: #BB0475;
}
.AnyTagClassName
{
color: #BB0475;
}
</style>
background-color css
<style>
a { background-color: #BB0475; }
a { background-color: rgb(187,4,117); }
div.DivClassName
{
background-color: #BB0475;
}
.BgClassName
{
background-color: #BB0475;
}
</style>
border-color css
<style>
span { border-color: #BB0475; }
span { border-color: rgb(187,4,117); }
td.TdClassName
{
border-color: #BB0475;
}
.TagClassName
{
border-color: #BB0475;
}
</style>