Shades of Medium Violet Red #BB0C8B
Tints of Medium Violet Red #BB0C8B
RGB
CMYK
RGB Variations
Color information
#BB0C8B (or 0xBB0C8B) is known color: Medium Violet Red. HEX triplet: BB, 0C and 8B. RGB value is (187,12,139). Sum of RGB (Red+Green+Blue) = 187+12+139=338 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.33% from 338); Green value is 12 (5.08% from 255 or 3.55% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0C8B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0C8B is #44F374. Grayscale: #4E4E4E. Windows color (decimal): -4518773 or 9112763. OLE color: 9112763.
HSL color Cylindrical-coordinate representation of color #BB0C8B: hue angle of 316.46º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0C8B is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 12 | 139 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.27 |
| HSL | 316.46º | 0.88% | 0.39% | - |
| HSV(B) | 316.46º | 0.94% | 0.73% | - |
| XYZ | 25.29 | 12.69 | 25.54 | - |
| YUV | 78.8 | 161.98 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 12 | 139 | 0 | 0.94 | 0.26 | 0.27 | 316.46 | 0.88 | 0.39 |
| Hex | BB | C | 8B | 0 | 5E | 1A | 1B | 13C | 58 | 27 |
| Octal | 273 | 14 | 213 | 0 | 136 | 32 | 33 | 474 | 130 | 47 |
| Binary | 10111011 | 1100 | 10001011 | 0 | 1011110 | 11010 | 11011 | 100111100 | 1011000 | 100111 |
Color Harmonies of #BB0C8B
Complementary color
Monochromatic Colors of #BB0C8B
Black with #BB0C8B
Text Example
Text Example
White with #BB0C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0C8B; }
p { color: rgb(187,12,139); }
H1.HeaderClassName
{
color: #BB0C8B;
}
.AnyTagClassName
{
color: #BB0C8B;
}
</style>
background-color css
<style>
a { background-color: #BB0C8B; }
a { background-color: rgb(187,12,139); }
div.DivClassName
{
background-color: #BB0C8B;
}
.BgClassName
{
background-color: #BB0C8B;
}
</style>
border-color css
<style>
span { border-color: #BB0C8B; }
span { border-color: rgb(187,12,139); }
td.TdClassName
{
border-color: #BB0C8B;
}
.TagClassName
{
border-color: #BB0C8B;
}
</style>