Shades of Medium Red Violet #BB27AA
Tints of Medium Red Violet #BB27AA
RGB
CMYK
RGB Variations
Color information
#BB27AA (or 0xBB27AA) is known color: Medium Red Violet. HEX triplet: BB, 27 and AA. RGB value is (187,39,170). Sum of RGB (Red+Green+Blue) = 187+39+170=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 39 (15.62% from 255 or 9.85% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BB27AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB27AA is #44D855. Grayscale: #616161. Windows color (decimal): -4511830 or 11151291. OLE color: 11151291.
HSL color Cylindrical-coordinate representation of color #BB27AA: hue angle of 306.89º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB27AA is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 39 | 170 | - |
| CMYK | 0 | 0.79 | 0.09 | 0.27 |
| HSL | 306.89º | 0.65% | 0.44% | - |
| HSV(B) | 306.89º | 0.79% | 0.73% | - |
| XYZ | 28.47 | 14.92 | 39.41 | - |
| YUV | 98.19 | 168.53 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 39 | 170 | 0 | 0.79 | 0.09 | 0.27 | 306.89 | 0.65 | 0.44 |
| Hex | BB | 27 | AA | 0 | 4F | 9 | 1B | 133 | 41 | 2C |
| Octal | 273 | 47 | 252 | 0 | 117 | 11 | 33 | 463 | 101 | 54 |
| Binary | 10111011 | 100111 | 10101010 | 0 | 1001111 | 1001 | 11011 | 100110011 | 1000001 | 101100 |
Color Harmonies of #BB27AA
Complementary color
Monochromatic Colors of #BB27AA
Black with #BB27AA
Text Example
Text Example
White with #BB27AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB27AA; }
p { color: rgb(187,39,170); }
H1.HeaderClassName
{
color: #BB27AA;
}
.AnyTagClassName
{
color: #BB27AA;
}
</style>
background-color css
<style>
a { background-color: #BB27AA; }
a { background-color: rgb(187,39,170); }
div.DivClassName
{
background-color: #BB27AA;
}
.BgClassName
{
background-color: #BB27AA;
}
</style>
border-color css
<style>
span { border-color: #BB27AA; }
span { border-color: rgb(187,39,170); }
td.TdClassName
{
border-color: #BB27AA;
}
.TagClassName
{
border-color: #BB27AA;
}
</style>