Shades of Medium Red Violet #B323AB
Tints of Medium Red Violet #B323AB
RGB
CMYK
RGB Variations
Color information
#B323AB (or 0xB323AB) is known color: Medium Red Violet. HEX triplet: B3, 23 and AB. RGB value is (179,35,171). Sum of RGB (Red+Green+Blue) = 179+35+171=385 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.49% from 385); Green value is 35 (14.06% from 255 or 9.09% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 179 - color contains mainly: red. Hex color #B323AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B323AB is #4CDC54. Grayscale: #5D5D5D. Windows color (decimal): -5037141 or 11215795. OLE color: 11215795.
HSL color Cylindrical-coordinate representation of color #B323AB: hue angle of 303.33º 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 #B323AB is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 35 | 171 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.30 |
| HSL | 303.33º | 0.67% | 0.42% | - |
| HSV(B) | 303.33º | 0.8% | 0.7% | - |
| XYZ | 26.54 | 13.73 | 39.78 | - |
| YUV | 93.56 | 171.71 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 35 | 171 | 0 | 0.80 | 0.04 | 0.30 | 303.33 | 0.67 | 0.42 |
| Hex | B3 | 23 | AB | 0 | 50 | 4 | 1E | 12F | 43 | 2A |
| Octal | 263 | 43 | 253 | 0 | 120 | 4 | 36 | 457 | 103 | 52 |
| Binary | 10110011 | 100011 | 10101011 | 0 | 1010000 | 100 | 11110 | 100101111 | 1000011 | 101010 |
Color Harmonies of #B323AB
Complementary color
Monochromatic Colors of #B323AB
Black with #B323AB
Text Example
Text Example
White with #B323AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B323AB; }
p { color: rgb(179,35,171); }
H1.HeaderClassName
{
color: #B323AB;
}
.AnyTagClassName
{
color: #B323AB;
}
</style>
background-color css
<style>
a { background-color: #B323AB; }
a { background-color: rgb(179,35,171); }
div.DivClassName
{
background-color: #B323AB;
}
.BgClassName
{
background-color: #B323AB;
}
</style>
border-color css
<style>
span { border-color: #B323AB; }
span { border-color: rgb(179,35,171); }
td.TdClassName
{
border-color: #B323AB;
}
.TagClassName
{
border-color: #B323AB;
}
</style>