Shades of Medium Red Violet #B323A8
Tints of Medium Red Violet #B323A8
RGB
CMYK
RGB Variations
Color information
#B323A8 (or 0xB323A8) is known color: Medium Red Violet. HEX triplet: B3, 23 and A8. RGB value is (179,35,168). Sum of RGB (Red+Green+Blue) = 179+35+168=382 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.86% from 382); Green value is 35 (14.06% from 255 or 9.16% from 382); Blue value is 168 (66.02% from 255 or 43.98% from 382); Max value from RGB is 179 - color contains mainly: red. Hex color #B323A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B323A8 is #4CDC57. Grayscale: #5C5C5C. Windows color (decimal): -5037144 or 11019187. OLE color: 11019187.
HSL color Cylindrical-coordinate representation of color #B323A8: hue angle of 304.58º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B323A8 is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 35 | 168 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.30 |
| HSL | 304.58º | 0.67% | 0.42% | - |
| HSV(B) | 304.58º | 0.8% | 0.7% | - |
| XYZ | 26.26 | 13.61 | 38.29 | - |
| YUV | 93.22 | 170.21 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 35 | 168 | 0 | 0.80 | 0.06 | 0.30 | 304.58 | 0.67 | 0.42 |
| Hex | B3 | 23 | A8 | 0 | 50 | 6 | 1E | 131 | 43 | 2A |
| Octal | 263 | 43 | 250 | 0 | 120 | 6 | 36 | 461 | 103 | 52 |
| Binary | 10110011 | 100011 | 10101000 | 0 | 1010000 | 110 | 11110 | 100110001 | 1000011 | 101010 |
Color Harmonies of #B323A8
Complementary color
Monochromatic Colors of #B323A8
Black with #B323A8
Text Example
Text Example
White with #B323A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B323A8; }
p { color: rgb(179,35,168); }
H1.HeaderClassName
{
color: #B323A8;
}
.AnyTagClassName
{
color: #B323A8;
}
</style>
background-color css
<style>
a { background-color: #B323A8; }
a { background-color: rgb(179,35,168); }
div.DivClassName
{
background-color: #B323A8;
}
.BgClassName
{
background-color: #B323A8;
}
</style>
border-color css
<style>
span { border-color: #B323A8; }
span { border-color: rgb(179,35,168); }
td.TdClassName
{
border-color: #B323A8;
}
.TagClassName
{
border-color: #B323A8;
}
</style>