Shades of Medium Red Violet #B7277F
Tints of Medium Red Violet #B7277F
RGB
CMYK
RGB Variations
Color information
#B7277F (or 0xB7277F) is known color: Medium Red Violet. HEX triplet: B7, 27 and 7F. RGB value is (183,39,127). Sum of RGB (Red+Green+Blue) = 183+39+127=349 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.44% from 349); Green value is 39 (15.62% from 255 or 11.17% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 183 - color contains mainly: red. Hex color #B7277F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7277F is #48D880. Grayscale: #5B5B5B. Windows color (decimal): -4774017 or 8333239. OLE color: 8333239.
HSL color Cylindrical-coordinate representation of color #B7277F: hue angle of 323.33º 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 #B7277F is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 39 | 127 | - |
| CMYK | 0 | 0.79 | 0.31 | 0.28 |
| HSL | 323.33º | 0.65% | 0.44% | - |
| HSV(B) | 323.33º | 0.79% | 0.72% | - |
| XYZ | 24.08 | 13.05 | 21.33 | - |
| YUV | 92.09 | 147.71 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 39 | 127 | 0 | 0.79 | 0.31 | 0.28 | 323.33 | 0.65 | 0.44 |
| Hex | B7 | 27 | 7F | 0 | 4F | 1F | 1C | 143 | 41 | 2C |
| Octal | 267 | 47 | 177 | 0 | 117 | 37 | 34 | 503 | 101 | 54 |
| Binary | 10110111 | 100111 | 1111111 | 0 | 1001111 | 11111 | 11100 | 101000011 | 1000001 | 101100 |
Color Harmonies of #B7277F
Complementary color
Monochromatic Colors of #B7277F
Black with #B7277F
Text Example
Text Example
White with #B7277F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7277F; }
p { color: rgb(183,39,127); }
H1.HeaderClassName
{
color: #B7277F;
}
.AnyTagClassName
{
color: #B7277F;
}
</style>
background-color css
<style>
a { background-color: #B7277F; }
a { background-color: rgb(183,39,127); }
div.DivClassName
{
background-color: #B7277F;
}
.BgClassName
{
background-color: #B7277F;
}
</style>
border-color css
<style>
span { border-color: #B7277F; }
span { border-color: rgb(183,39,127); }
td.TdClassName
{
border-color: #B7277F;
}
.TagClassName
{
border-color: #B7277F;
}
</style>