Shades of Medium Violet Red #BB0893
Tints of Medium Violet Red #BB0893
RGB
CMYK
RGB Variations
Color information
#BB0893 (or 0xBB0893) is known color: Medium Violet Red. HEX triplet: BB, 08 and 93. RGB value is (187,8,147). Sum of RGB (Red+Green+Blue) = 187+8+147=342 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.68% from 342); Green value is 8 (3.52% from 255 or 2.34% from 342); Blue value is 147 (57.81% from 255 or 42.98% from 342); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0893 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0893 is #44F76C. Grayscale: #4C4C4C. Windows color (decimal): -4519789 or 9636027. OLE color: 9636027.
HSL color Cylindrical-coordinate representation of color #BB0893: hue angle of 313.41º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB0893 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 8 | 147 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.27 |
| HSL | 313.41º | 0.92% | 0.38% | - |
| HSV(B) | 313.41º | 0.96% | 0.73% | - |
| XYZ | 25.85 | 12.85 | 28.72 | - |
| YUV | 77.37 | 167.3 | 206.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 8 | 147 | 0 | 0.96 | 0.21 | 0.27 | 313.41 | 0.92 | 0.38 |
| Hex | BB | 8 | 93 | 0 | 60 | 15 | 1B | 139 | 5C | 26 |
| Octal | 273 | 10 | 223 | 0 | 140 | 25 | 33 | 471 | 134 | 46 |
| Binary | 10111011 | 1000 | 10010011 | 0 | 1100000 | 10101 | 11011 | 100111001 | 1011100 | 100110 |
Color Harmonies of #BB0893
Complementary color
Monochromatic Colors of #BB0893
Black with #BB0893
Text Example
Text Example
White with #BB0893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0893; }
p { color: rgb(187,8,147); }
H1.HeaderClassName
{
color: #BB0893;
}
.AnyTagClassName
{
color: #BB0893;
}
</style>
background-color css
<style>
a { background-color: #BB0893; }
a { background-color: rgb(187,8,147); }
div.DivClassName
{
background-color: #BB0893;
}
.BgClassName
{
background-color: #BB0893;
}
</style>
border-color css
<style>
span { border-color: #BB0893; }
span { border-color: rgb(187,8,147); }
td.TdClassName
{
border-color: #BB0893;
}
.TagClassName
{
border-color: #BB0893;
}
</style>