Shades of Medium Red Violet #BB28AA
Tints of Medium Red Violet #BB28AA
RGB
CMYK
RGB Variations
Color information
#BB28AA (or 0xBB28AA) is known color: Medium Red Violet. HEX triplet: BB, 28 and AA. RGB value is (187,40,170). Sum of RGB (Red+Green+Blue) = 187+40+170=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 40 (16.02% from 255 or 10.08% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB28AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB28AA is #44D755. Grayscale: #626262. Windows color (decimal): -4511574 or 11151547. OLE color: 11151547.
HSL color Cylindrical-coordinate representation of color #BB28AA: hue angle of 306.94º 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 #BB28AA is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 40 | 170 | - |
| CMYK | 0 | 0.79 | 0.09 | 0.27 |
| HSL | 306.94º | 0.65% | 0.45% | - |
| HSV(B) | 306.94º | 0.79% | 0.73% | - |
| XYZ | 28.51 | 14.98 | 39.42 | - |
| YUV | 98.77 | 168.2 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 40 | 170 | 0 | 0.79 | 0.09 | 0.27 | 306.94 | 0.65 | 0.45 |
| Hex | BB | 28 | AA | 0 | 4F | 9 | 1B | 133 | 41 | 2D |
| Octal | 273 | 50 | 252 | 0 | 117 | 11 | 33 | 463 | 101 | 55 |
| Binary | 10111011 | 101000 | 10101010 | 0 | 1001111 | 1001 | 11011 | 100110011 | 1000001 | 101101 |
Color Harmonies of #BB28AA
Complementary color
Monochromatic Colors of #BB28AA
Black with #BB28AA
Text Example
Text Example
White with #BB28AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB28AA; }
p { color: rgb(187,40,170); }
H1.HeaderClassName
{
color: #BB28AA;
}
.AnyTagClassName
{
color: #BB28AA;
}
</style>
background-color css
<style>
a { background-color: #BB28AA; }
a { background-color: rgb(187,40,170); }
div.DivClassName
{
background-color: #BB28AA;
}
.BgClassName
{
background-color: #BB28AA;
}
</style>
border-color css
<style>
span { border-color: #BB28AA; }
span { border-color: rgb(187,40,170); }
td.TdClassName
{
border-color: #BB28AA;
}
.TagClassName
{
border-color: #BB28AA;
}
</style>