Shades of Medium Violet Red #BB0694
Tints of Medium Violet Red #BB0694
RGB
CMYK
RGB Variations
Color information
#BB0694 (or 0xBB0694) is known color: Medium Violet Red. HEX triplet: BB, 06 and 94. RGB value is (187,6,148). Sum of RGB (Red+Green+Blue) = 187+6+148=341 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.84% from 341); Green value is 6 (2.73% from 255 or 1.76% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0694 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0694 is #44F96B. Grayscale: #4B4B4B. Windows color (decimal): -4520300 or 9701051. OLE color: 9701051.
HSL color Cylindrical-coordinate representation of color #BB0694: hue angle of 312.93º 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 #BB0694 is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 6 | 148 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.27 |
| HSL | 312.93º | 0.94% | 0.38% | - |
| HSV(B) | 312.93º | 0.97% | 0.73% | - |
| XYZ | 25.9 | 12.83 | 29.13 | - |
| YUV | 76.31 | 168.47 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 6 | 148 | 0 | 0.97 | 0.21 | 0.27 | 312.93 | 0.94 | 0.38 |
| Hex | BB | 6 | 94 | 0 | 61 | 15 | 1B | 139 | 5E | 26 |
| Octal | 273 | 6 | 224 | 0 | 141 | 25 | 33 | 471 | 136 | 46 |
| Binary | 10111011 | 110 | 10010100 | 0 | 1100001 | 10101 | 11011 | 100111001 | 1011110 | 100110 |
Color Harmonies of #BB0694
Complementary color
Monochromatic Colors of #BB0694
Black with #BB0694
Text Example
Text Example
White with #BB0694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0694; }
p { color: rgb(187,6,148); }
H1.HeaderClassName
{
color: #BB0694;
}
.AnyTagClassName
{
color: #BB0694;
}
</style>
background-color css
<style>
a { background-color: #BB0694; }
a { background-color: rgb(187,6,148); }
div.DivClassName
{
background-color: #BB0694;
}
.BgClassName
{
background-color: #BB0694;
}
</style>
border-color css
<style>
span { border-color: #BB0694; }
span { border-color: rgb(187,6,148); }
td.TdClassName
{
border-color: #BB0694;
}
.TagClassName
{
border-color: #BB0694;
}
</style>