Shades of Medium Red Violet #B33AA2
Tints of Medium Red Violet #B33AA2
RGB
CMYK
RGB Variations
Color information
#B33AA2 (or 0xB33AA2) is known color: Medium Red Violet. HEX triplet: B3, 3A and A2. RGB value is (179,58,162). Sum of RGB (Red+Green+Blue) = 179+58+162=399 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.86% from 399); Green value is 58 (23.05% from 255 or 14.54% from 399); Blue value is 162 (63.67% from 255 or 40.60% from 399); Max value from RGB is 179 - color contains mainly: red. Hex color #B33AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33AA2 is #4CC55D. Grayscale: #696969. Windows color (decimal): -5031262 or 10631859. OLE color: 10631859.
HSL color Cylindrical-coordinate representation of color #B33AA2: hue angle of 308.43º 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 #B33AA2 is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 58 | 162 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.30 |
| HSL | 308.43º | 0.51% | 0.46% | - |
| HSV(B) | 308.43º | 0.68% | 0.7% | - |
| XYZ | 26.63 | 15.22 | 35.72 | - |
| YUV | 106.04 | 159.59 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 58 | 162 | 0 | 0.68 | 0.09 | 0.30 | 308.43 | 0.51 | 0.46 |
| Hex | B3 | 3A | A2 | 0 | 44 | 9 | 1E | 134 | 33 | 2E |
| Octal | 263 | 72 | 242 | 0 | 104 | 11 | 36 | 464 | 63 | 56 |
| Binary | 10110011 | 111010 | 10100010 | 0 | 1000100 | 1001 | 11110 | 100110100 | 110011 | 101110 |
Color Harmonies of #B33AA2
Complementary color
Monochromatic Colors of #B33AA2
Black with #B33AA2
Text Example
Text Example
White with #B33AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33AA2; }
p { color: rgb(179,58,162); }
H1.HeaderClassName
{
color: #B33AA2;
}
.AnyTagClassName
{
color: #B33AA2;
}
</style>
background-color css
<style>
a { background-color: #B33AA2; }
a { background-color: rgb(179,58,162); }
div.DivClassName
{
background-color: #B33AA2;
}
.BgClassName
{
background-color: #B33AA2;
}
</style>
border-color css
<style>
span { border-color: #B33AA2; }
span { border-color: rgb(179,58,162); }
td.TdClassName
{
border-color: #B33AA2;
}
.TagClassName
{
border-color: #B33AA2;
}
</style>