Shades of Medium Violet Red #BB019D
Tints of Medium Violet Red #BB019D
RGB
CMYK
RGB Variations
Color information
#BB019D (or 0xBB019D) is known color: Medium Violet Red. HEX triplet: BB, 01 and 9D. RGB value is (187,1,157). Sum of RGB (Red+Green+Blue) = 187+1+157=345 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.20% from 345); Green value is 1 (0.78% from 255 or 0.29% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 187 - color contains mainly: red. Hex color #BB019D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB019D is #44FE62. Grayscale: #494949. Windows color (decimal): -4521571 or 10289595. OLE color: 10289595.
HSL color Cylindrical-coordinate representation of color #BB019D: hue angle of 309.68º 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 #BB019D is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 1 | 157 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.27 |
| HSL | 309.68º | 0.99% | 0.37% | - |
| HSV(B) | 309.68º | 0.99% | 0.73% | - |
| XYZ | 26.59 | 13.02 | 33.01 | - |
| YUV | 74.4 | 174.62 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 157 | 0 | 0.99 | 0.16 | 0.27 | 309.68 | 0.99 | 0.37 |
| Hex | BB | 1 | 9D | 0 | 63 | 10 | 1B | 136 | 63 | 25 |
| Octal | 273 | 1 | 235 | 0 | 143 | 20 | 33 | 466 | 143 | 45 |
| Binary | 10111011 | 1 | 10011101 | 0 | 1100011 | 10000 | 11011 | 100110110 | 1100011 | 100101 |
Color Harmonies of #BB019D
Complementary color
Monochromatic Colors of #BB019D
Black with #BB019D
Text Example
Text Example
White with #BB019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB019D; }
p { color: rgb(187,1,157); }
H1.HeaderClassName
{
color: #BB019D;
}
.AnyTagClassName
{
color: #BB019D;
}
</style>
background-color css
<style>
a { background-color: #BB019D; }
a { background-color: rgb(187,1,157); }
div.DivClassName
{
background-color: #BB019D;
}
.BgClassName
{
background-color: #BB019D;
}
</style>
border-color css
<style>
span { border-color: #BB019D; }
span { border-color: rgb(187,1,157); }
td.TdClassName
{
border-color: #BB019D;
}
.TagClassName
{
border-color: #BB019D;
}
</style>