Shades of Medium Red Violet #BB27A2
Tints of Medium Red Violet #BB27A2
RGB
CMYK
RGB Variations
Color information
#BB27A2 (or 0xBB27A2) is known color: Medium Red Violet. HEX triplet: BB, 27 and A2. RGB value is (187,39,162). Sum of RGB (Red+Green+Blue) = 187+39+162=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 39 (15.62% from 255 or 10.05% from 388); Blue value is 162 (63.67% from 255 or 41.75% from 388); Max value from RGB is 187 - color contains mainly: red. Hex color #BB27A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB27A2 is #44D85D. Grayscale: #606060. Windows color (decimal): -4511838 or 10627003. OLE color: 10627003.
HSL color Cylindrical-coordinate representation of color #BB27A2: hue angle of 310.14º 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 #BB27A2 is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 39 | 162 | - |
| CMYK | 0 | 0.79 | 0.13 | 0.27 |
| HSL | 310.14º | 0.65% | 0.44% | - |
| HSV(B) | 310.14º | 0.79% | 0.73% | - |
| XYZ | 27.74 | 14.62 | 35.54 | - |
| YUV | 97.27 | 164.53 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 39 | 162 | 0 | 0.79 | 0.13 | 0.27 | 310.14 | 0.65 | 0.44 |
| Hex | BB | 27 | A2 | 0 | 4F | D | 1B | 136 | 41 | 2C |
| Octal | 273 | 47 | 242 | 0 | 117 | 15 | 33 | 466 | 101 | 54 |
| Binary | 10111011 | 100111 | 10100010 | 0 | 1001111 | 1101 | 11011 | 100110110 | 1000001 | 101100 |
Color Harmonies of #BB27A2
Complementary color
Monochromatic Colors of #BB27A2
Black with #BB27A2
Text Example
Text Example
White with #BB27A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB27A2; }
p { color: rgb(187,39,162); }
H1.HeaderClassName
{
color: #BB27A2;
}
.AnyTagClassName
{
color: #BB27A2;
}
</style>
background-color css
<style>
a { background-color: #BB27A2; }
a { background-color: rgb(187,39,162); }
div.DivClassName
{
background-color: #BB27A2;
}
.BgClassName
{
background-color: #BB27A2;
}
</style>
border-color css
<style>
span { border-color: #BB27A2; }
span { border-color: rgb(187,39,162); }
td.TdClassName
{
border-color: #BB27A2;
}
.TagClassName
{
border-color: #BB27A2;
}
</style>