Shades of Medium Red Violet #B8279D
Tints of Medium Red Violet #B8279D
RGB
CMYK
RGB Variations
Color information
#B8279D (or 0xB8279D) is known color: Medium Red Violet. HEX triplet: B8, 27 and 9D. RGB value is (184,39,157). Sum of RGB (Red+Green+Blue) = 184+39+157=380 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.42% from 380); Green value is 39 (15.62% from 255 or 10.26% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 184 - color contains mainly: red. Hex color #B8279D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8279D is #47D862. Grayscale: #5F5F5F. Windows color (decimal): -4708451 or 10299320. OLE color: 10299320.
HSL color Cylindrical-coordinate representation of color #B8279D: hue angle of 311.17º 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 #B8279D is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 39 | 157 | - |
| CMYK | 0 | 0.79 | 0.15 | 0.28 |
| HSL | 311.17º | 0.65% | 0.44% | - |
| HSV(B) | 311.17º | 0.79% | 0.72% | - |
| XYZ | 26.58 | 14.08 | 33.21 | - |
| YUV | 95.81 | 162.54 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 39 | 157 | 0 | 0.79 | 0.15 | 0.28 | 311.17 | 0.65 | 0.44 |
| Hex | B8 | 27 | 9D | 0 | 4F | F | 1C | 137 | 41 | 2C |
| Octal | 270 | 47 | 235 | 0 | 117 | 17 | 34 | 467 | 101 | 54 |
| Binary | 10111000 | 100111 | 10011101 | 0 | 1001111 | 1111 | 11100 | 100110111 | 1000001 | 101100 |
Color Harmonies of #B8279D
Complementary color
Monochromatic Colors of #B8279D
Black with #B8279D
Text Example
Text Example
White with #B8279D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8279D; }
p { color: rgb(184,39,157); }
H1.HeaderClassName
{
color: #B8279D;
}
.AnyTagClassName
{
color: #B8279D;
}
</style>
background-color css
<style>
a { background-color: #B8279D; }
a { background-color: rgb(184,39,157); }
div.DivClassName
{
background-color: #B8279D;
}
.BgClassName
{
background-color: #B8279D;
}
</style>
border-color css
<style>
span { border-color: #B8279D; }
span { border-color: rgb(184,39,157); }
td.TdClassName
{
border-color: #B8279D;
}
.TagClassName
{
border-color: #B8279D;
}
</style>