Shades of Medium Red Violet #B3417F
Tints of Medium Red Violet #B3417F
RGB
CMYK
RGB Variations
Color information
#B3417F (or 0xB3417F) is known color: Medium Red Violet. HEX triplet: B3, 41 and 7F. RGB value is (179,65,127). Sum of RGB (Red+Green+Blue) = 179+65+127=371 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.25% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 179 - color contains mainly: red. Hex color #B3417F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3417F is #4CBE80. Grayscale: #6A6A6A. Windows color (decimal): -5029505 or 8339891. OLE color: 8339891.
HSL color Cylindrical-coordinate representation of color #B3417F: hue angle of 327.37º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B3417F is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 65 | 127 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.30 |
| HSL | 327.37º | 0.47% | 0.48% | - |
| HSV(B) | 327.37º | 0.64% | 0.7% | - |
| XYZ | 24.31 | 14.9 | 21.67 | - |
| YUV | 106.15 | 139.77 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 65 | 127 | 0 | 0.64 | 0.29 | 0.30 | 327.37 | 0.47 | 0.48 |
| Hex | B3 | 41 | 7F | 0 | 40 | 1D | 1E | 147 | 2F | 30 |
| Octal | 263 | 101 | 177 | 0 | 100 | 35 | 36 | 507 | 57 | 60 |
| Binary | 10110011 | 1000001 | 1111111 | 0 | 1000000 | 11101 | 11110 | 101000111 | 101111 | 110000 |
Color Harmonies of #B3417F
Complementary color
Monochromatic Colors of #B3417F
Black with #B3417F
Text Example
Text Example
White with #B3417F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3417F; }
p { color: rgb(179,65,127); }
H1.HeaderClassName
{
color: #B3417F;
}
.AnyTagClassName
{
color: #B3417F;
}
</style>
background-color css
<style>
a { background-color: #B3417F; }
a { background-color: rgb(179,65,127); }
div.DivClassName
{
background-color: #B3417F;
}
.BgClassName
{
background-color: #B3417F;
}
</style>
border-color css
<style>
span { border-color: #B3417F; }
span { border-color: rgb(179,65,127); }
td.TdClassName
{
border-color: #B3417F;
}
.TagClassName
{
border-color: #B3417F;
}
</style>