Shades of Medium Red Violet #B33AA3
Tints of Medium Red Violet #B33AA3
RGB
CMYK
RGB Variations
Color information
#B33AA3 (or 0xB33AA3) is known color: Medium Red Violet. HEX triplet: B3, 3A and A3. RGB value is (179,58,163). Sum of RGB (Red+Green+Blue) = 179+58+163=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 58 (23.05% from 255 or 14.5% from 400); Blue value is 163 (64.06% from 255 or 40.75% from 400); Max value from RGB is 179 - color contains mainly: red. Hex color #B33AA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33AA3 is #4CC55C. Grayscale: #696969. Windows color (decimal): -5031261 or 10697395. OLE color: 10697395.
HSL color Cylindrical-coordinate representation of color #B33AA3: hue angle of 307.93º degrees, saturation: 0.51, 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 #B33AA3 is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 58 | 163 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.30 |
| HSL | 307.93º | 0.51% | 0.46% | - |
| HSV(B) | 307.93º | 0.68% | 0.7% | - |
| XYZ | 26.71 | 15.25 | 36.19 | - |
| YUV | 106.15 | 160.09 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 58 | 163 | 0 | 0.68 | 0.09 | 0.30 | 307.93 | 0.51 | 0.46 |
| Hex | B3 | 3A | A3 | 0 | 44 | 9 | 1E | 134 | 33 | 2E |
| Octal | 263 | 72 | 243 | 0 | 104 | 11 | 36 | 464 | 63 | 56 |
| Binary | 10110011 | 111010 | 10100011 | 0 | 1000100 | 1001 | 11110 | 100110100 | 110011 | 101110 |
Color Harmonies of #B33AA3
Complementary color
Monochromatic Colors of #B33AA3
Black with #B33AA3
Text Example
Text Example
White with #B33AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33AA3; }
p { color: rgb(179,58,163); }
H1.HeaderClassName
{
color: #B33AA3;
}
.AnyTagClassName
{
color: #B33AA3;
}
</style>
background-color css
<style>
a { background-color: #B33AA3; }
a { background-color: rgb(179,58,163); }
div.DivClassName
{
background-color: #B33AA3;
}
.BgClassName
{
background-color: #B33AA3;
}
</style>
border-color css
<style>
span { border-color: #B33AA3; }
span { border-color: rgb(179,58,163); }
td.TdClassName
{
border-color: #B33AA3;
}
.TagClassName
{
border-color: #B33AA3;
}
</style>