Shades of Medium Red Violet #BB279E
Tints of Medium Red Violet #BB279E
RGB
CMYK
RGB Variations
Color information
#BB279E (or 0xBB279E) is known color: Medium Red Violet. HEX triplet: BB, 27 and 9E. RGB value is (187,39,158). Sum of RGB (Red+Green+Blue) = 187+39+158=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 39 (15.62% from 255 or 10.16% from 384); Blue value is 158 (62.11% from 255 or 41.15% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB279E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB279E is #44D861. Grayscale: #606060. Windows color (decimal): -4511842 or 10364859. OLE color: 10364859.
HSL color Cylindrical-coordinate representation of color #BB279E: hue angle of 311.76º 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 #BB279E is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 39 | 158 | - |
| CMYK | 0 | 0.79 | 0.16 | 0.27 |
| HSL | 311.76º | 0.65% | 0.44% | - |
| HSV(B) | 311.76º | 0.79% | 0.73% | - |
| XYZ | 27.39 | 14.48 | 33.7 | - |
| YUV | 96.82 | 162.53 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 39 | 158 | 0 | 0.79 | 0.16 | 0.27 | 311.76 | 0.65 | 0.44 |
| Hex | BB | 27 | 9E | 0 | 4F | 10 | 1B | 138 | 41 | 2C |
| Octal | 273 | 47 | 236 | 0 | 117 | 20 | 33 | 470 | 101 | 54 |
| Binary | 10111011 | 100111 | 10011110 | 0 | 1001111 | 10000 | 11011 | 100111000 | 1000001 | 101100 |
Color Harmonies of #BB279E
Complementary color
Monochromatic Colors of #BB279E
Black with #BB279E
Text Example
Text Example
White with #BB279E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB279E; }
p { color: rgb(187,39,158); }
H1.HeaderClassName
{
color: #BB279E;
}
.AnyTagClassName
{
color: #BB279E;
}
</style>
background-color css
<style>
a { background-color: #BB279E; }
a { background-color: rgb(187,39,158); }
div.DivClassName
{
background-color: #BB279E;
}
.BgClassName
{
background-color: #BB279E;
}
</style>
border-color css
<style>
span { border-color: #BB279E; }
span { border-color: rgb(187,39,158); }
td.TdClassName
{
border-color: #BB279E;
}
.TagClassName
{
border-color: #BB279E;
}
</style>