Shades of Medium Red Violet #BB28A8
Tints of Medium Red Violet #BB28A8
RGB
CMYK
RGB Variations
Color information
#BB28A8 (or 0xBB28A8) is known color: Medium Red Violet. HEX triplet: BB, 28 and A8. RGB value is (187,40,168). Sum of RGB (Red+Green+Blue) = 187+40+168=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 40 (16.02% from 255 or 10.13% from 395); Blue value is 168 (66.02% from 255 or 42.53% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB28A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB28A8 is #44D757. Grayscale: #626262. Windows color (decimal): -4511576 or 11020475. OLE color: 11020475.
HSL color Cylindrical-coordinate representation of color #BB28A8: hue angle of 307.76º 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 #BB28A8 is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 40 | 168 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.27 |
| HSL | 307.76º | 0.65% | 0.45% | - |
| HSV(B) | 307.76º | 0.79% | 0.73% | - |
| XYZ | 28.32 | 14.91 | 38.43 | - |
| YUV | 98.55 | 167.2 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 40 | 168 | 0 | 0.79 | 0.10 | 0.27 | 307.76 | 0.65 | 0.45 |
| Hex | BB | 28 | A8 | 0 | 4F | A | 1B | 134 | 41 | 2D |
| Octal | 273 | 50 | 250 | 0 | 117 | 12 | 33 | 464 | 101 | 55 |
| Binary | 10111011 | 101000 | 10101000 | 0 | 1001111 | 1010 | 11011 | 100110100 | 1000001 | 101101 |
Color Harmonies of #BB28A8
Complementary color
Monochromatic Colors of #BB28A8
Black with #BB28A8
Text Example
Text Example
White with #BB28A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB28A8; }
p { color: rgb(187,40,168); }
H1.HeaderClassName
{
color: #BB28A8;
}
.AnyTagClassName
{
color: #BB28A8;
}
</style>
background-color css
<style>
a { background-color: #BB28A8; }
a { background-color: rgb(187,40,168); }
div.DivClassName
{
background-color: #BB28A8;
}
.BgClassName
{
background-color: #BB28A8;
}
</style>
border-color css
<style>
span { border-color: #BB28A8; }
span { border-color: rgb(187,40,168); }
td.TdClassName
{
border-color: #BB28A8;
}
.TagClassName
{
border-color: #BB28A8;
}
</style>