Shades of Medium Red Violet #B33AA5
Tints of Medium Red Violet #B33AA5
RGB
CMYK
RGB Variations
Color information
#B33AA5 (or 0xB33AA5) is known color: Medium Red Violet. HEX triplet: B3, 3A and A5. RGB value is (179,58,165). Sum of RGB (Red+Green+Blue) = 179+58+165=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 58 (23.05% from 255 or 14.43% from 402); Blue value is 165 (64.84% from 255 or 41.04% from 402); Max value from RGB is 179 - color contains mainly: red. Hex color #B33AA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33AA5 is #4CC55A. Grayscale: #6A6A6A. Windows color (decimal): -5031259 or 10828467. OLE color: 10828467.
HSL color Cylindrical-coordinate representation of color #B33AA5: hue angle of 306.94º 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 #B33AA5 is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 58 | 165 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.30 |
| HSL | 306.94º | 0.51% | 0.46% | - |
| HSV(B) | 306.94º | 0.68% | 0.7% | - |
| XYZ | 26.89 | 15.33 | 37.14 | - |
| YUV | 106.38 | 161.09 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 58 | 165 | 0 | 0.68 | 0.08 | 0.30 | 306.94 | 0.51 | 0.46 |
| Hex | B3 | 3A | A5 | 0 | 44 | 8 | 1E | 133 | 33 | 2E |
| Octal | 263 | 72 | 245 | 0 | 104 | 10 | 36 | 463 | 63 | 56 |
| Binary | 10110011 | 111010 | 10100101 | 0 | 1000100 | 1000 | 11110 | 100110011 | 110011 | 101110 |
Color Harmonies of #B33AA5
Complementary color
Monochromatic Colors of #B33AA5
Black with #B33AA5
Text Example
Text Example
White with #B33AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33AA5; }
p { color: rgb(179,58,165); }
H1.HeaderClassName
{
color: #B33AA5;
}
.AnyTagClassName
{
color: #B33AA5;
}
</style>
background-color css
<style>
a { background-color: #B33AA5; }
a { background-color: rgb(179,58,165); }
div.DivClassName
{
background-color: #B33AA5;
}
.BgClassName
{
background-color: #B33AA5;
}
</style>
border-color css
<style>
span { border-color: #B33AA5; }
span { border-color: rgb(179,58,165); }
td.TdClassName
{
border-color: #B33AA5;
}
.TagClassName
{
border-color: #B33AA5;
}
</style>