Shades of Medium Violet Red #BB0DA2
Tints of Medium Violet Red #BB0DA2
RGB
CMYK
RGB Variations
Color information
#BB0DA2 (or 0xBB0DA2) is known color: Medium Violet Red. HEX triplet: BB, 0D and A2. RGB value is (187,13,162). Sum of RGB (Red+Green+Blue) = 187+13+162=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 13 (5.47% from 255 or 3.59% from 362); Blue value is 162 (63.67% from 255 or 44.75% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0DA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0DA2 is #44F25D. Grayscale: #515151. Windows color (decimal): -4518494 or 10620347. OLE color: 10620347.
HSL color Cylindrical-coordinate representation of color #BB0DA2: hue angle of 308.62º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB0DA2 is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 13 | 162 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.27 |
| HSL | 308.62º | 0.87% | 0.39% | - |
| HSV(B) | 308.62º | 0.93% | 0.73% | - |
| XYZ | 27.16 | 13.46 | 35.35 | - |
| YUV | 82.01 | 173.15 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 13 | 162 | 0 | 0.93 | 0.13 | 0.27 | 308.62 | 0.87 | 0.39 |
| Hex | BB | D | A2 | 0 | 5D | D | 1B | 135 | 57 | 27 |
| Octal | 273 | 15 | 242 | 0 | 135 | 15 | 33 | 465 | 127 | 47 |
| Binary | 10111011 | 1101 | 10100010 | 0 | 1011101 | 1101 | 11011 | 100110101 | 1010111 | 100111 |
Color Harmonies of #BB0DA2
Complementary color
Monochromatic Colors of #BB0DA2
Black with #BB0DA2
Text Example
Text Example
White with #BB0DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0DA2; }
p { color: rgb(187,13,162); }
H1.HeaderClassName
{
color: #BB0DA2;
}
.AnyTagClassName
{
color: #BB0DA2;
}
</style>
background-color css
<style>
a { background-color: #BB0DA2; }
a { background-color: rgb(187,13,162); }
div.DivClassName
{
background-color: #BB0DA2;
}
.BgClassName
{
background-color: #BB0DA2;
}
</style>
border-color css
<style>
span { border-color: #BB0DA2; }
span { border-color: rgb(187,13,162); }
td.TdClassName
{
border-color: #BB0DA2;
}
.TagClassName
{
border-color: #BB0DA2;
}
</style>