Shades of Medium Violet Red #BB018D
Tints of Medium Violet Red #BB018D
RGB
CMYK
RGB Variations
Color information
#BB018D (or 0xBB018D) is known color: Medium Violet Red. HEX triplet: BB, 01 and 8D. RGB value is (187,1,141). Sum of RGB (Red+Green+Blue) = 187+1+141=329 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.84% from 329); Green value is 1 (0.78% from 255 or 0.30% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 187 - color contains mainly: red. Hex color #BB018D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB018D is #44FE72. Grayscale: #484848. Windows color (decimal): -4521587 or 9241019. OLE color: 9241019.
HSL color Cylindrical-coordinate representation of color #BB018D: hue angle of 314.84º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB018D is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 1 | 141 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.27 |
| HSL | 314.84º | 0.99% | 0.37% | - |
| HSV(B) | 314.84º | 0.99% | 0.73% | - |
| XYZ | 25.31 | 12.51 | 26.28 | - |
| YUV | 72.57 | 166.62 | 209.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 141 | 0 | 0.99 | 0.25 | 0.27 | 314.84 | 0.99 | 0.37 |
| Hex | BB | 1 | 8D | 0 | 63 | 19 | 1B | 13B | 63 | 25 |
| Octal | 273 | 1 | 215 | 0 | 143 | 31 | 33 | 473 | 143 | 45 |
| Binary | 10111011 | 1 | 10001101 | 0 | 1100011 | 11001 | 11011 | 100111011 | 1100011 | 100101 |
Color Harmonies of #BB018D
Complementary color
Monochromatic Colors of #BB018D
Black with #BB018D
Text Example
Text Example
White with #BB018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB018D; }
p { color: rgb(187,1,141); }
H1.HeaderClassName
{
color: #BB018D;
}
.AnyTagClassName
{
color: #BB018D;
}
</style>
background-color css
<style>
a { background-color: #BB018D; }
a { background-color: rgb(187,1,141); }
div.DivClassName
{
background-color: #BB018D;
}
.BgClassName
{
background-color: #BB018D;
}
</style>
border-color css
<style>
span { border-color: #BB018D; }
span { border-color: rgb(187,1,141); }
td.TdClassName
{
border-color: #BB018D;
}
.TagClassName
{
border-color: #BB018D;
}
</style>