Shades of Medium Violet Red #BB0675
Tints of Medium Violet Red #BB0675
RGB
CMYK
RGB Variations
Color information
#BB0675 (or 0xBB0675) is known color: Medium Violet Red. HEX triplet: BB, 06 and 75. RGB value is (187,6,117). Sum of RGB (Red+Green+Blue) = 187+6+117=310 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.32% from 310); Green value is 6 (2.73% from 255 or 1.94% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0675 is #44F98A. Grayscale: #484848. Windows color (decimal): -4520331 or 7669435. OLE color: 7669435.
HSL color Cylindrical-coordinate representation of color #BB0675: hue angle of 323.2º 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 #BB0675 is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 6 | 117 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.27 |
| HSL | 323.2º | 0.94% | 0.38% | - |
| HSV(B) | 323.2º | 0.97% | 0.73% | - |
| XYZ | 23.77 | 11.98 | 17.89 | - |
| YUV | 72.77 | 152.97 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 6 | 117 | 0 | 0.97 | 0.37 | 0.27 | 323.2 | 0.94 | 0.38 |
| Hex | BB | 6 | 75 | 0 | 61 | 25 | 1B | 143 | 5E | 26 |
| Octal | 273 | 6 | 165 | 0 | 141 | 45 | 33 | 503 | 136 | 46 |
| Binary | 10111011 | 110 | 1110101 | 0 | 1100001 | 100101 | 11011 | 101000011 | 1011110 | 100110 |
Color Harmonies of #BB0675
Complementary color
Monochromatic Colors of #BB0675
Black with #BB0675
Text Example
Text Example
White with #BB0675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0675; }
p { color: rgb(187,6,117); }
H1.HeaderClassName
{
color: #BB0675;
}
.AnyTagClassName
{
color: #BB0675;
}
</style>
background-color css
<style>
a { background-color: #BB0675; }
a { background-color: rgb(187,6,117); }
div.DivClassName
{
background-color: #BB0675;
}
.BgClassName
{
background-color: #BB0675;
}
</style>
border-color css
<style>
span { border-color: #BB0675; }
span { border-color: rgb(187,6,117); }
td.TdClassName
{
border-color: #BB0675;
}
.TagClassName
{
border-color: #BB0675;
}
</style>