Shades of Medium Red Violet #BB28A0
Tints of Medium Red Violet #BB28A0
RGB
CMYK
RGB Variations
Color information
#BB28A0 (or 0xBB28A0) is known color: Medium Red Violet. HEX triplet: BB, 28 and A0. RGB value is (187,40,160). Sum of RGB (Red+Green+Blue) = 187+40+160=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 40 (16.02% from 255 or 10.34% from 387); Blue value is 160 (62.89% from 255 or 41.34% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BB28A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB28A0 is #44D75F. Grayscale: #616161. Windows color (decimal): -4511584 or 10496187. OLE color: 10496187.
HSL color Cylindrical-coordinate representation of color #BB28A0: hue angle of 311.02º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB28A0 is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 40 | 160 | - |
| CMYK | 0 | 0.79 | 0.14 | 0.27 |
| HSL | 311.02º | 0.65% | 0.45% | - |
| HSV(B) | 311.02º | 0.79% | 0.73% | - |
| XYZ | 27.6 | 14.62 | 34.63 | - |
| YUV | 97.63 | 163.2 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 40 | 160 | 0 | 0.79 | 0.14 | 0.27 | 311.02 | 0.65 | 0.45 |
| Hex | BB | 28 | A0 | 0 | 4F | E | 1B | 137 | 41 | 2D |
| Octal | 273 | 50 | 240 | 0 | 117 | 16 | 33 | 467 | 101 | 55 |
| Binary | 10111011 | 101000 | 10100000 | 0 | 1001111 | 1110 | 11011 | 100110111 | 1000001 | 101101 |
Color Harmonies of #BB28A0
Complementary color
Monochromatic Colors of #BB28A0
Black with #BB28A0
Text Example
Text Example
White with #BB28A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB28A0; }
p { color: rgb(187,40,160); }
H1.HeaderClassName
{
color: #BB28A0;
}
.AnyTagClassName
{
color: #BB28A0;
}
</style>
background-color css
<style>
a { background-color: #BB28A0; }
a { background-color: rgb(187,40,160); }
div.DivClassName
{
background-color: #BB28A0;
}
.BgClassName
{
background-color: #BB28A0;
}
</style>
border-color css
<style>
span { border-color: #BB28A0; }
span { border-color: rgb(187,40,160); }
td.TdClassName
{
border-color: #BB28A0;
}
.TagClassName
{
border-color: #BB28A0;
}
</style>