Shades of Medium Red Violet #B8279B
Tints of Medium Red Violet #B8279B
RGB
CMYK
RGB Variations
Color information
#B8279B (or 0xB8279B) is known color: Medium Red Violet. HEX triplet: B8, 27 and 9B. RGB value is (184,39,155). Sum of RGB (Red+Green+Blue) = 184+39+155=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 39 (15.62% from 255 or 10.32% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 184 - color contains mainly: red. Hex color #B8279B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8279B is #47D864. Grayscale: #5F5F5F. Windows color (decimal): -4708453 or 10168248. OLE color: 10168248.
HSL color Cylindrical-coordinate representation of color #B8279B: hue angle of 312º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B8279B is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 39 | 155 | - |
| CMYK | 0 | 0.79 | 0.16 | 0.28 |
| HSL | 312º | 0.65% | 0.44% | - |
| HSV(B) | 312º | 0.79% | 0.72% | - |
| XYZ | 26.41 | 14.01 | 32.32 | - |
| YUV | 95.58 | 161.54 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 39 | 155 | 0 | 0.79 | 0.16 | 0.28 | 312 | 0.65 | 0.44 |
| Hex | B8 | 27 | 9B | 0 | 4F | 10 | 1C | 138 | 41 | 2C |
| Octal | 270 | 47 | 233 | 0 | 117 | 20 | 34 | 470 | 101 | 54 |
| Binary | 10111000 | 100111 | 10011011 | 0 | 1001111 | 10000 | 11100 | 100111000 | 1000001 | 101100 |
Color Harmonies of #B8279B
Complementary color
Monochromatic Colors of #B8279B
Black with #B8279B
Text Example
Text Example
White with #B8279B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8279B; }
p { color: rgb(184,39,155); }
H1.HeaderClassName
{
color: #B8279B;
}
.AnyTagClassName
{
color: #B8279B;
}
</style>
background-color css
<style>
a { background-color: #B8279B; }
a { background-color: rgb(184,39,155); }
div.DivClassName
{
background-color: #B8279B;
}
.BgClassName
{
background-color: #B8279B;
}
</style>
border-color css
<style>
span { border-color: #B8279B; }
span { border-color: rgb(184,39,155); }
td.TdClassName
{
border-color: #B8279B;
}
.TagClassName
{
border-color: #B8279B;
}
</style>