Shades of Medium Red Violet #B33CA3
Tints of Medium Red Violet #B33CA3
RGB
CMYK
RGB Variations
Color information
#B33CA3 (or 0xB33CA3) is known color: Medium Red Violet. HEX triplet: B3, 3C and A3. RGB value is (179,60,163). Sum of RGB (Red+Green+Blue) = 179+60+163=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 60 (23.83% from 255 or 14.93% from 402); Blue value is 163 (64.06% from 255 or 40.55% from 402); Max value from RGB is 179 - color contains mainly: red. Hex color #B33CA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33CA3 is #4CC35C. Grayscale: #6B6B6B. Windows color (decimal): -5030749 or 10697907. OLE color: 10697907.
HSL color Cylindrical-coordinate representation of color #B33CA3: hue angle of 308.07º 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 #B33CA3 is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 60 | 163 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.30 |
| HSL | 308.07º | 0.5% | 0.47% | - |
| HSV(B) | 308.07º | 0.66% | 0.7% | - |
| XYZ | 26.82 | 15.46 | 36.22 | - |
| YUV | 107.32 | 159.42 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 60 | 163 | 0 | 0.66 | 0.09 | 0.30 | 308.07 | 0.5 | 0.47 |
| Hex | B3 | 3C | A3 | 0 | 42 | 9 | 1E | 134 | 32 | 2F |
| Octal | 263 | 74 | 243 | 0 | 102 | 11 | 36 | 464 | 62 | 57 |
| Binary | 10110011 | 111100 | 10100011 | 0 | 1000010 | 1001 | 11110 | 100110100 | 110010 | 101111 |
Color Harmonies of #B33CA3
Complementary color
Monochromatic Colors of #B33CA3
Black with #B33CA3
Text Example
Text Example
White with #B33CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33CA3; }
p { color: rgb(179,60,163); }
H1.HeaderClassName
{
color: #B33CA3;
}
.AnyTagClassName
{
color: #B33CA3;
}
</style>
background-color css
<style>
a { background-color: #B33CA3; }
a { background-color: rgb(179,60,163); }
div.DivClassName
{
background-color: #B33CA3;
}
.BgClassName
{
background-color: #B33CA3;
}
</style>
border-color css
<style>
span { border-color: #B33CA3; }
span { border-color: rgb(179,60,163); }
td.TdClassName
{
border-color: #B33CA3;
}
.TagClassName
{
border-color: #B33CA3;
}
</style>