Shades of Medium Red Violet #B333A2
Tints of Medium Red Violet #B333A2
RGB
CMYK
RGB Variations
Color information
#B333A2 (or 0xB333A2) is known color: Medium Red Violet. HEX triplet: B3, 33 and A2. RGB value is (179,51,162). Sum of RGB (Red+Green+Blue) = 179+51+162=392 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.66% from 392); Green value is 51 (20.31% from 255 or 13.01% from 392); Blue value is 162 (63.67% from 255 or 41.33% from 392); Max value from RGB is 179 - color contains mainly: red. Hex color #B333A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B333A2 is #4CCC5D. Grayscale: #656565. Windows color (decimal): -5033054 or 10630067. OLE color: 10630067.
HSL color Cylindrical-coordinate representation of color #B333A2: hue angle of 307.97º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B333A2 is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 51 | 162 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.30 |
| HSL | 307.97º | 0.56% | 0.45% | - |
| HSV(B) | 307.97º | 0.72% | 0.7% | - |
| XYZ | 26.3 | 14.56 | 35.61 | - |
| YUV | 101.93 | 161.91 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 51 | 162 | 0 | 0.72 | 0.09 | 0.30 | 307.97 | 0.56 | 0.45 |
| Hex | B3 | 33 | A2 | 0 | 48 | 9 | 1E | 134 | 38 | 2D |
| Octal | 263 | 63 | 242 | 0 | 110 | 11 | 36 | 464 | 70 | 55 |
| Binary | 10110011 | 110011 | 10100010 | 0 | 1001000 | 1001 | 11110 | 100110100 | 111000 | 101101 |
Color Harmonies of #B333A2
Complementary color
Monochromatic Colors of #B333A2
Black with #B333A2
Text Example
Text Example
White with #B333A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B333A2; }
p { color: rgb(179,51,162); }
H1.HeaderClassName
{
color: #B333A2;
}
.AnyTagClassName
{
color: #B333A2;
}
</style>
background-color css
<style>
a { background-color: #B333A2; }
a { background-color: rgb(179,51,162); }
div.DivClassName
{
background-color: #B333A2;
}
.BgClassName
{
background-color: #B333A2;
}
</style>
border-color css
<style>
span { border-color: #B333A2; }
span { border-color: rgb(179,51,162); }
td.TdClassName
{
border-color: #B333A2;
}
.TagClassName
{
border-color: #B333A2;
}
</style>