Shades of Medium Red Violet #B321A8
Tints of Medium Red Violet #B321A8
RGB
CMYK
RGB Variations
Color information
#B321A8 (or 0xB321A8) is known color: Medium Red Violet. HEX triplet: B3, 21 and A8. RGB value is (179,33,168). Sum of RGB (Red+Green+Blue) = 179+33+168=380 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.11% from 380); Green value is 33 (13.28% from 255 or 8.68% from 380); Blue value is 168 (66.02% from 255 or 44.21% from 380); Max value from RGB is 179 - color contains mainly: red. Hex color #B321A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B321A8 is #4CDE57. Grayscale: #5B5B5B. Windows color (decimal): -5037656 or 11018675. OLE color: 11018675.
HSL color Cylindrical-coordinate representation of color #B321A8: hue angle of 304.52º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B321A8 is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 33 | 168 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.30 |
| HSL | 304.52º | 0.69% | 0.42% | - |
| HSV(B) | 304.52º | 0.82% | 0.7% | - |
| XYZ | 26.2 | 13.5 | 38.27 | - |
| YUV | 92.04 | 170.87 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 33 | 168 | 0 | 0.82 | 0.06 | 0.30 | 304.52 | 0.69 | 0.42 |
| Hex | B3 | 21 | A8 | 0 | 52 | 6 | 1E | 131 | 45 | 2A |
| Octal | 263 | 41 | 250 | 0 | 122 | 6 | 36 | 461 | 105 | 52 |
| Binary | 10110011 | 100001 | 10101000 | 0 | 1010010 | 110 | 11110 | 100110001 | 1000101 | 101010 |
Color Harmonies of #B321A8
Complementary color
Monochromatic Colors of #B321A8
Black with #B321A8
Text Example
Text Example
White with #B321A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B321A8; }
p { color: rgb(179,33,168); }
H1.HeaderClassName
{
color: #B321A8;
}
.AnyTagClassName
{
color: #B321A8;
}
</style>
background-color css
<style>
a { background-color: #B321A8; }
a { background-color: rgb(179,33,168); }
div.DivClassName
{
background-color: #B321A8;
}
.BgClassName
{
background-color: #B321A8;
}
</style>
border-color css
<style>
span { border-color: #B321A8; }
span { border-color: rgb(179,33,168); }
td.TdClassName
{
border-color: #B321A8;
}
.TagClassName
{
border-color: #B321A8;
}
</style>