Shades of Medium Red Violet #B7278C
Tints of Medium Red Violet #B7278C
RGB
CMYK
RGB Variations
Color information
#B7278C (or 0xB7278C) is known color: Medium Red Violet. HEX triplet: B7, 27 and 8C. RGB value is (183,39,140). Sum of RGB (Red+Green+Blue) = 183+39+140=362 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.55% from 362); Green value is 39 (15.62% from 255 or 10.77% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 183 - color contains mainly: red. Hex color #B7278C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7278C is #48D873. Grayscale: #5D5D5D. Windows color (decimal): -4774004 or 9185207. OLE color: 9185207.
HSL color Cylindrical-coordinate representation of color #B7278C: hue angle of 317.92º 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 #B7278C is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 39 | 140 | - |
| CMYK | 0 | 0.79 | 0.23 | 0.28 |
| HSL | 317.92º | 0.65% | 0.44% | - |
| HSV(B) | 317.92º | 0.79% | 0.72% | - |
| XYZ | 24.99 | 13.41 | 26.08 | - |
| YUV | 93.57 | 154.21 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 39 | 140 | 0 | 0.79 | 0.23 | 0.28 | 317.92 | 0.65 | 0.44 |
| Hex | B7 | 27 | 8C | 0 | 4F | 17 | 1C | 13E | 41 | 2C |
| Octal | 267 | 47 | 214 | 0 | 117 | 27 | 34 | 476 | 101 | 54 |
| Binary | 10110111 | 100111 | 10001100 | 0 | 1001111 | 10111 | 11100 | 100111110 | 1000001 | 101100 |
Color Harmonies of #B7278C
Complementary color
Monochromatic Colors of #B7278C
Black with #B7278C
Text Example
Text Example
White with #B7278C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7278C; }
p { color: rgb(183,39,140); }
H1.HeaderClassName
{
color: #B7278C;
}
.AnyTagClassName
{
color: #B7278C;
}
</style>
background-color css
<style>
a { background-color: #B7278C; }
a { background-color: rgb(183,39,140); }
div.DivClassName
{
background-color: #B7278C;
}
.BgClassName
{
background-color: #B7278C;
}
</style>
border-color css
<style>
span { border-color: #B7278C; }
span { border-color: rgb(183,39,140); }
td.TdClassName
{
border-color: #B7278C;
}
.TagClassName
{
border-color: #B7278C;
}
</style>