Shades of Medium Violet Red #BB0673
Tints of Medium Violet Red #BB0673
RGB
CMYK
RGB Variations
Color information
#BB0673 (or 0xBB0673) is known color: Medium Violet Red. HEX triplet: BB, 06 and 73. RGB value is (187,6,115). Sum of RGB (Red+Green+Blue) = 187+6+115=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 6 (2.73% from 255 or 1.95% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0673 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0673 is #44F98C. Grayscale: #484848. Windows color (decimal): -4520333 or 7538363. OLE color: 7538363.
HSL color Cylindrical-coordinate representation of color #BB0673: hue angle of 323.87º degrees, saturation: 0.94, 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 #BB0673 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 6 | 115 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.27 |
| HSL | 323.87º | 0.94% | 0.38% | - |
| HSV(B) | 323.87º | 0.97% | 0.73% | - |
| XYZ | 23.65 | 11.93 | 17.28 | - |
| YUV | 72.55 | 151.97 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 6 | 115 | 0 | 0.97 | 0.39 | 0.27 | 323.87 | 0.94 | 0.38 |
| Hex | BB | 6 | 73 | 0 | 61 | 27 | 1B | 144 | 5E | 26 |
| Octal | 273 | 6 | 163 | 0 | 141 | 47 | 33 | 504 | 136 | 46 |
| Binary | 10111011 | 110 | 1110011 | 0 | 1100001 | 100111 | 11011 | 101000100 | 1011110 | 100110 |
Color Harmonies of #BB0673
Complementary color
Monochromatic Colors of #BB0673
Black with #BB0673
Text Example
Text Example
White with #BB0673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0673; }
p { color: rgb(187,6,115); }
H1.HeaderClassName
{
color: #BB0673;
}
.AnyTagClassName
{
color: #BB0673;
}
</style>
background-color css
<style>
a { background-color: #BB0673; }
a { background-color: rgb(187,6,115); }
div.DivClassName
{
background-color: #BB0673;
}
.BgClassName
{
background-color: #BB0673;
}
</style>
border-color css
<style>
span { border-color: #BB0673; }
span { border-color: rgb(187,6,115); }
td.TdClassName
{
border-color: #BB0673;
}
.TagClassName
{
border-color: #BB0673;
}
</style>