Shades of Medium Red Violet #B8276B
Tints of Medium Red Violet #B8276B
RGB
CMYK
RGB Variations
Color information
#B8276B (or 0xB8276B) is known color: Medium Red Violet. HEX triplet: B8, 27 and 6B. RGB value is (184,39,107). Sum of RGB (Red+Green+Blue) = 184+39+107=330 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.76% from 330); Green value is 39 (15.62% from 255 or 11.82% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 184 - color contains mainly: red. Hex color #B8276B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8276B is #47D894. Grayscale: #595959. Windows color (decimal): -4708501 or 7022520. OLE color: 7022520.
HSL color Cylindrical-coordinate representation of color #B8276B: hue angle of 331.86º 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 #B8276B is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 39 | 107 | - |
| CMYK | 0 | 0.79 | 0.42 | 0.28 |
| HSL | 331.86º | 0.65% | 0.44% | - |
| HSV(B) | 331.86º | 0.79% | 0.72% | - |
| XYZ | 23.15 | 12.7 | 15.14 | - |
| YUV | 90.11 | 137.54 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 39 | 107 | 0 | 0.79 | 0.42 | 0.28 | 331.86 | 0.65 | 0.44 |
| Hex | B8 | 27 | 6B | 0 | 4F | 2A | 1C | 14C | 41 | 2C |
| Octal | 270 | 47 | 153 | 0 | 117 | 52 | 34 | 514 | 101 | 54 |
| Binary | 10111000 | 100111 | 1101011 | 0 | 1001111 | 101010 | 11100 | 101001100 | 1000001 | 101100 |
Color Harmonies of #B8276B
Complementary color
Monochromatic Colors of #B8276B
Black with #B8276B
Text Example
Text Example
White with #B8276B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8276B; }
p { color: rgb(184,39,107); }
H1.HeaderClassName
{
color: #B8276B;
}
.AnyTagClassName
{
color: #B8276B;
}
</style>
background-color css
<style>
a { background-color: #B8276B; }
a { background-color: rgb(184,39,107); }
div.DivClassName
{
background-color: #B8276B;
}
.BgClassName
{
background-color: #B8276B;
}
</style>
border-color css
<style>
span { border-color: #B8276B; }
span { border-color: rgb(184,39,107); }
td.TdClassName
{
border-color: #B8276B;
}
.TagClassName
{
border-color: #B8276B;
}
</style>