Shades of Medium Red Violet #B33986
Tints of Medium Red Violet #B33986
RGB
CMYK
RGB Variations
Color information
#B33986 (or 0xB33986) is known color: Medium Red Violet. HEX triplet: B3, 39 and 86. RGB value is (179,57,134). Sum of RGB (Red+Green+Blue) = 179+57+134=370 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.38% from 370); Green value is 57 (22.66% from 255 or 15.41% from 370); Blue value is 134 (52.73% from 255 or 36.22% from 370); Max value from RGB is 179 - color contains mainly: red. Hex color #B33986 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33986 is #4CC679. Grayscale: #666666. Windows color (decimal): -5031546 or 8796595. OLE color: 8796595.
HSL color Cylindrical-coordinate representation of color #B33986: hue angle of 322.13º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B33986 is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 57 | 134 | - |
| CMYK | 0 | 0.68 | 0.25 | 0.30 |
| HSL | 322.13º | 0.52% | 0.46% | - |
| HSV(B) | 322.13º | 0.68% | 0.7% | - |
| XYZ | 24.36 | 14.23 | 24.02 | - |
| YUV | 102.26 | 145.92 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 57 | 134 | 0 | 0.68 | 0.25 | 0.30 | 322.13 | 0.52 | 0.46 |
| Hex | B3 | 39 | 86 | 0 | 44 | 19 | 1E | 142 | 34 | 2E |
| Octal | 263 | 71 | 206 | 0 | 104 | 31 | 36 | 502 | 64 | 56 |
| Binary | 10110011 | 111001 | 10000110 | 0 | 1000100 | 11001 | 11110 | 101000010 | 110100 | 101110 |
Color Harmonies of #B33986
Complementary color
Monochromatic Colors of #B33986
Black with #B33986
Text Example
Text Example
White with #B33986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33986; }
p { color: rgb(179,57,134); }
H1.HeaderClassName
{
color: #B33986;
}
.AnyTagClassName
{
color: #B33986;
}
</style>
background-color css
<style>
a { background-color: #B33986; }
a { background-color: rgb(179,57,134); }
div.DivClassName
{
background-color: #B33986;
}
.BgClassName
{
background-color: #B33986;
}
</style>
border-color css
<style>
span { border-color: #B33986; }
span { border-color: rgb(179,57,134); }
td.TdClassName
{
border-color: #B33986;
}
.TagClassName
{
border-color: #B33986;
}
</style>