Shades of Medium Violet Red #BB0093
Tints of Medium Violet Red #BB0093
RGB
CMYK
RGB Variations
Color information
#BB0093 (or 0xBB0093) is known color: Medium Violet Red. HEX triplet: BB, 00 and 93. RGB value is (187,0,147). Sum of RGB (Red+Green+Blue) = 187+0+147=334 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.99% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 147 (57.81% from 255 or 44.01% from 334); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0093 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0093 is #44FF6C. Grayscale: #484848. Windows color (decimal): -4521837 or 9633979. OLE color: 9633979.
HSL color Cylindrical-coordinate representation of color #BB0093: hue angle of 312.83º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB0093 is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 0 | 147 | - |
| CMYK | 0 | 1 | 0.21 | 0.27 |
| HSL | 312.83º | 1% | 0.37% | - |
| HSV(B) | 312.83º | 1% | 0.73% | - |
| XYZ | 25.76 | 12.67 | 28.69 | - |
| YUV | 72.67 | 169.95 | 209.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 0 | 147 | 0 | 1 | 0.21 | 0.27 | 312.83 | 1 | 0.37 |
| Hex | BB | 0 | 93 | 0 | 64 | 15 | 1B | 139 | 64 | 25 |
| Octal | 273 | 0 | 223 | 0 | 144 | 25 | 33 | 471 | 144 | 45 |
| Binary | 10111011 | 0 | 10010011 | 0 | 1100100 | 10101 | 11011 | 100111001 | 1100100 | 100101 |
Color Harmonies of #BB0093
Complementary color
Monochromatic Colors of #BB0093
Black with #BB0093
Text Example
Text Example
White with #BB0093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0093; }
p { color: rgb(187,0,147); }
H1.HeaderClassName
{
color: #BB0093;
}
.AnyTagClassName
{
color: #BB0093;
}
</style>
background-color css
<style>
a { background-color: #BB0093; }
a { background-color: rgb(187,0,147); }
div.DivClassName
{
background-color: #BB0093;
}
.BgClassName
{
background-color: #BB0093;
}
</style>
border-color css
<style>
span { border-color: #BB0093; }
span { border-color: rgb(187,0,147); }
td.TdClassName
{
border-color: #BB0093;
}
.TagClassName
{
border-color: #BB0093;
}
</style>