Shades of Medium Red Violet #B3277F
Tints of Medium Red Violet #B3277F
RGB
CMYK
RGB Variations
Color information
#B3277F (or 0xB3277F) is known color: Medium Red Violet. HEX triplet: B3, 27 and 7F. RGB value is (179,39,127). Sum of RGB (Red+Green+Blue) = 179+39+127=345 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.88% from 345); Green value is 39 (15.62% from 255 or 11.30% from 345); Blue value is 127 (50% from 255 or 36.81% from 345); Max value from RGB is 179 - color contains mainly: red. Hex color #B3277F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3277F is #4CD880. Grayscale: #5A5A5A. Windows color (decimal): -5036161 or 8333235. OLE color: 8333235.
HSL color Cylindrical-coordinate representation of color #B3277F: hue angle of 322.29º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B3277F is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 39 | 127 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.30 |
| HSL | 322.29º | 0.64% | 0.43% | - |
| HSV(B) | 322.29º | 0.78% | 0.7% | - |
| XYZ | 23.15 | 12.57 | 21.28 | - |
| YUV | 90.89 | 148.38 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 39 | 127 | 0 | 0.78 | 0.29 | 0.30 | 322.29 | 0.64 | 0.43 |
| Hex | B3 | 27 | 7F | 0 | 4E | 1D | 1E | 142 | 40 | 2B |
| Octal | 263 | 47 | 177 | 0 | 116 | 35 | 36 | 502 | 100 | 53 |
| Binary | 10110011 | 100111 | 1111111 | 0 | 1001110 | 11101 | 11110 | 101000010 | 1000000 | 101011 |
Color Harmonies of #B3277F
Complementary color
Monochromatic Colors of #B3277F
Black with #B3277F
Text Example
Text Example
White with #B3277F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3277F; }
p { color: rgb(179,39,127); }
H1.HeaderClassName
{
color: #B3277F;
}
.AnyTagClassName
{
color: #B3277F;
}
</style>
background-color css
<style>
a { background-color: #B3277F; }
a { background-color: rgb(179,39,127); }
div.DivClassName
{
background-color: #B3277F;
}
.BgClassName
{
background-color: #B3277F;
}
</style>
border-color css
<style>
span { border-color: #B3277F; }
span { border-color: rgb(179,39,127); }
td.TdClassName
{
border-color: #B3277F;
}
.TagClassName
{
border-color: #B3277F;
}
</style>