Shades of Medium Red Violet #BB279B
Tints of Medium Red Violet #BB279B
RGB
CMYK
RGB Variations
Color information
#BB279B (or 0xBB279B) is known color: Medium Red Violet. HEX triplet: BB, 27 and 9B. RGB value is (187,39,155). Sum of RGB (Red+Green+Blue) = 187+39+155=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 39 (15.62% from 255 or 10.24% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB279B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB279B is #44D864. Grayscale: #606060. Windows color (decimal): -4511845 or 10168251. OLE color: 10168251.
HSL color Cylindrical-coordinate representation of color #BB279B: hue angle of 312.97º 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 #BB279B is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 39 | 155 | - |
| CMYK | 0 | 0.79 | 0.17 | 0.27 |
| HSL | 312.97º | 0.65% | 0.44% | - |
| HSV(B) | 312.97º | 0.79% | 0.73% | - |
| XYZ | 27.14 | 14.38 | 32.36 | - |
| YUV | 96.48 | 161.03 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 39 | 155 | 0 | 0.79 | 0.17 | 0.27 | 312.97 | 0.65 | 0.44 |
| Hex | BB | 27 | 9B | 0 | 4F | 11 | 1B | 139 | 41 | 2C |
| Octal | 273 | 47 | 233 | 0 | 117 | 21 | 33 | 471 | 101 | 54 |
| Binary | 10111011 | 100111 | 10011011 | 0 | 1001111 | 10001 | 11011 | 100111001 | 1000001 | 101100 |
Color Harmonies of #BB279B
Complementary color
Monochromatic Colors of #BB279B
Black with #BB279B
Text Example
Text Example
White with #BB279B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB279B; }
p { color: rgb(187,39,155); }
H1.HeaderClassName
{
color: #BB279B;
}
.AnyTagClassName
{
color: #BB279B;
}
</style>
background-color css
<style>
a { background-color: #BB279B; }
a { background-color: rgb(187,39,155); }
div.DivClassName
{
background-color: #BB279B;
}
.BgClassName
{
background-color: #BB279B;
}
</style>
border-color css
<style>
span { border-color: #BB279B; }
span { border-color: rgb(187,39,155); }
td.TdClassName
{
border-color: #BB279B;
}
.TagClassName
{
border-color: #BB279B;
}
</style>