Shades of Medium Violet Red #BB019B
Tints of Medium Violet Red #BB019B
RGB
CMYK
RGB Variations
Color information
#BB019B (or 0xBB019B) is known color: Medium Violet Red. HEX triplet: BB, 01 and 9B. RGB value is (187,1,155). Sum of RGB (Red+Green+Blue) = 187+1+155=343 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.52% from 343); Green value is 1 (0.78% from 255 or 0.29% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 187 - color contains mainly: red. Hex color #BB019B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB019B is #44FE64. Grayscale: #494949. Windows color (decimal): -4521573 or 10158523. OLE color: 10158523.
HSL color Cylindrical-coordinate representation of color #BB019B: hue angle of 310.32º 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 #BB019B is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 1 | 155 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.27 |
| HSL | 310.32º | 0.99% | 0.37% | - |
| HSV(B) | 310.32º | 0.99% | 0.73% | - |
| XYZ | 26.42 | 12.95 | 32.12 | - |
| YUV | 74.17 | 173.62 | 208.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 155 | 0 | 0.99 | 0.17 | 0.27 | 310.32 | 0.99 | 0.37 |
| Hex | BB | 1 | 9B | 0 | 63 | 11 | 1B | 136 | 63 | 25 |
| Octal | 273 | 1 | 233 | 0 | 143 | 21 | 33 | 466 | 143 | 45 |
| Binary | 10111011 | 1 | 10011011 | 0 | 1100011 | 10001 | 11011 | 100110110 | 1100011 | 100101 |
Color Harmonies of #BB019B
Complementary color
Monochromatic Colors of #BB019B
Black with #BB019B
Text Example
Text Example
White with #BB019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB019B; }
p { color: rgb(187,1,155); }
H1.HeaderClassName
{
color: #BB019B;
}
.AnyTagClassName
{
color: #BB019B;
}
</style>
background-color css
<style>
a { background-color: #BB019B; }
a { background-color: rgb(187,1,155); }
div.DivClassName
{
background-color: #BB019B;
}
.BgClassName
{
background-color: #BB019B;
}
</style>
border-color css
<style>
span { border-color: #BB019B; }
span { border-color: rgb(187,1,155); }
td.TdClassName
{
border-color: #BB019B;
}
.TagClassName
{
border-color: #BB019B;
}
</style>