Shades of Medium Red Violet #B323AC
Tints of Medium Red Violet #B323AC
RGB
CMYK
RGB Variations
Color information
#B323AC (or 0xB323AC) is known color: Medium Red Violet. HEX triplet: B3, 23 and AC. RGB value is (179,35,172). Sum of RGB (Red+Green+Blue) = 179+35+172=386 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.37% from 386); Green value is 35 (14.06% from 255 or 9.07% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 179 - color contains mainly: red. Hex color #B323AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B323AC is #4CDC53. Grayscale: #5D5D5D. Windows color (decimal): -5037140 or 11281331. OLE color: 11281331.
HSL color Cylindrical-coordinate representation of color #B323AC: hue angle of 302.92º 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 #B323AC is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 35 | 172 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.30 |
| HSL | 302.92º | 0.67% | 0.42% | - |
| HSV(B) | 302.92º | 0.8% | 0.7% | - |
| XYZ | 26.64 | 13.76 | 40.28 | - |
| YUV | 93.67 | 172.21 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 35 | 172 | 0 | 0.80 | 0.04 | 0.30 | 302.92 | 0.67 | 0.42 |
| Hex | B3 | 23 | AC | 0 | 50 | 4 | 1E | 12F | 43 | 2A |
| Octal | 263 | 43 | 254 | 0 | 120 | 4 | 36 | 457 | 103 | 52 |
| Binary | 10110011 | 100011 | 10101100 | 0 | 1010000 | 100 | 11110 | 100101111 | 1000011 | 101010 |
Color Harmonies of #B323AC
Complementary color
Monochromatic Colors of #B323AC
Black with #B323AC
Text Example
Text Example
White with #B323AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B323AC; }
p { color: rgb(179,35,172); }
H1.HeaderClassName
{
color: #B323AC;
}
.AnyTagClassName
{
color: #B323AC;
}
</style>
background-color css
<style>
a { background-color: #B323AC; }
a { background-color: rgb(179,35,172); }
div.DivClassName
{
background-color: #B323AC;
}
.BgClassName
{
background-color: #B323AC;
}
</style>
border-color css
<style>
span { border-color: #B323AC; }
span { border-color: rgb(179,35,172); }
td.TdClassName
{
border-color: #B323AC;
}
.TagClassName
{
border-color: #B323AC;
}
</style>