Shades of Medium Violet Red #BB018F
Tints of Medium Violet Red #BB018F
RGB
CMYK
RGB Variations
Color information
#BB018F (or 0xBB018F) is known color: Medium Violet Red. HEX triplet: BB, 01 and 8F. RGB value is (187,1,143). Sum of RGB (Red+Green+Blue) = 187+1+143=331 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.50% from 331); Green value is 1 (0.78% from 255 or 0.30% from 331); Blue value is 143 (56.25% from 255 or 43.20% from 331); Max value from RGB is 187 - color contains mainly: red. Hex color #BB018F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB018F is #44FE70. Grayscale: #484848. Windows color (decimal): -4521585 or 9372091. OLE color: 9372091.
HSL color Cylindrical-coordinate representation of color #BB018F: hue angle of 314.19º 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 #BB018F is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 1 | 143 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.27 |
| HSL | 314.19º | 0.99% | 0.37% | - |
| HSV(B) | 314.19º | 0.99% | 0.73% | - |
| XYZ | 25.46 | 12.57 | 27.07 | - |
| YUV | 72.8 | 167.62 | 209.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 143 | 0 | 0.99 | 0.24 | 0.27 | 314.19 | 0.99 | 0.37 |
| Hex | BB | 1 | 8F | 0 | 63 | 18 | 1B | 13A | 63 | 25 |
| Octal | 273 | 1 | 217 | 0 | 143 | 30 | 33 | 472 | 143 | 45 |
| Binary | 10111011 | 1 | 10001111 | 0 | 1100011 | 11000 | 11011 | 100111010 | 1100011 | 100101 |
Color Harmonies of #BB018F
Complementary color
Monochromatic Colors of #BB018F
Black with #BB018F
Text Example
Text Example
White with #BB018F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB018F; }
p { color: rgb(187,1,143); }
H1.HeaderClassName
{
color: #BB018F;
}
.AnyTagClassName
{
color: #BB018F;
}
</style>
background-color css
<style>
a { background-color: #BB018F; }
a { background-color: rgb(187,1,143); }
div.DivClassName
{
background-color: #BB018F;
}
.BgClassName
{
background-color: #BB018F;
}
</style>
border-color css
<style>
span { border-color: #BB018F; }
span { border-color: rgb(187,1,143); }
td.TdClassName
{
border-color: #BB018F;
}
.TagClassName
{
border-color: #BB018F;
}
</style>