Shades of Medium Violet Red #BB0BA4
Tints of Medium Violet Red #BB0BA4
RGB
CMYK
RGB Variations
Color information
#BB0BA4 (or 0xBB0BA4) is known color: Medium Violet Red. HEX triplet: BB, 0B and A4. RGB value is (187,11,164). Sum of RGB (Red+Green+Blue) = 187+11+164=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 11 (4.69% from 255 or 3.04% from 362); Blue value is 164 (64.45% from 255 or 45.30% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0BA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0BA4 is #44F45B. Grayscale: #505050. Windows color (decimal): -4519004 or 10750907. OLE color: 10750907.
HSL color Cylindrical-coordinate representation of color #BB0BA4: hue angle of 307.84º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0BA4 is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 11 | 164 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.27 |
| HSL | 307.84º | 0.89% | 0.39% | - |
| HSV(B) | 307.84º | 0.94% | 0.73% | - |
| XYZ | 27.31 | 13.48 | 36.29 | - |
| YUV | 81.07 | 174.81 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 11 | 164 | 0 | 0.94 | 0.12 | 0.27 | 307.84 | 0.89 | 0.39 |
| Hex | BB | B | A4 | 0 | 5E | C | 1B | 134 | 59 | 27 |
| Octal | 273 | 13 | 244 | 0 | 136 | 14 | 33 | 464 | 131 | 47 |
| Binary | 10111011 | 1011 | 10100100 | 0 | 1011110 | 1100 | 11011 | 100110100 | 1011001 | 100111 |
Color Harmonies of #BB0BA4
Complementary color
Monochromatic Colors of #BB0BA4
Black with #BB0BA4
Text Example
Text Example
White with #BB0BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0BA4; }
p { color: rgb(187,11,164); }
H1.HeaderClassName
{
color: #BB0BA4;
}
.AnyTagClassName
{
color: #BB0BA4;
}
</style>
background-color css
<style>
a { background-color: #BB0BA4; }
a { background-color: rgb(187,11,164); }
div.DivClassName
{
background-color: #BB0BA4;
}
.BgClassName
{
background-color: #BB0BA4;
}
</style>
border-color css
<style>
span { border-color: #BB0BA4; }
span { border-color: rgb(187,11,164); }
td.TdClassName
{
border-color: #BB0BA4;
}
.TagClassName
{
border-color: #BB0BA4;
}
</style>