Shades of Medium Red Violet #B33C7E
Tints of Medium Red Violet #B33C7E
RGB
CMYK
RGB Variations
Color information
#B33C7E (or 0xB33C7E) is known color: Medium Red Violet. HEX triplet: B3, 3C and 7E. RGB value is (179,60,126). Sum of RGB (Red+Green+Blue) = 179+60+126=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33C7E is #4CC381. Grayscale: #666666. Windows color (decimal): -5030786 or 8273075. OLE color: 8273075.
HSL color Cylindrical-coordinate representation of color #B33C7E: hue angle of 326.72º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B33C7E is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
RGB | 179 | 60 | 126 | - |
CMYK | 0 | 0.66 | 0.30 | 0.30 |
HSL | 326.72º | 0.5% | 0.47% | - |
HSV(B) | 326.72º | 0.66% | 0.7% | - |
XYZ | 23.97 | 14.32 | 21.24 | - |
YUV | 103.11 | 140.92 | 182.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 179 | 60 | 126 | 0 | 0.66 | 0.30 | 0.30 | 326.72 | 0.5 | 0.47 |
Hex | B3 | 3C | 7E | 0 | 42 | 1E | 1E | 147 | 32 | 2F |
Octal | 263 | 74 | 176 | 0 | 102 | 36 | 36 | 507 | 62 | 57 |
Binary | 10110011 | 111100 | 1111110 | 0 | 1000010 | 11110 | 11110 | 101000111 | 110010 | 101111 |
Color Harmonies of #B33C7E
Complementary color
Monochromatic Colors of #B33C7E
Black with #B33C7E
Text Example
Text Example
White with #B33C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33C7E; }
p { color: rgb(179,60,126); }
H1.HeaderClassName
{
color: #B33C7E;
}
.AnyTagClassName
{
color: #B33C7E;
}
</style>
background-color css
<style>
a { background-color: #B33C7E; }
a { background-color: rgb(179,60,126); }
div.DivClassName
{
background-color: #B33C7E;
}
.BgClassName
{
background-color: #B33C7E;
}
</style>
border-color css
<style>
span { border-color: #B33C7E; }
span { border-color: rgb(179,60,126); }
td.TdClassName
{
border-color: #B33C7E;
}
.TagClassName
{
border-color: #B33C7E;
}
</style>