Shades of Medium Red Violet #B321A7
Tints of Medium Red Violet #B321A7
RGB
CMYK
RGB Variations
Color information
#B321A7 (or 0xB321A7) is known color: Medium Red Violet. HEX triplet: B3, 21 and A7. RGB value is (179,33,167). Sum of RGB (Red+Green+Blue) = 179+33+167=379 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.23% from 379); Green value is 33 (13.28% from 255 or 8.71% from 379); Blue value is 167 (65.62% from 255 or 44.06% from 379); Max value from RGB is 179 - color contains mainly: red. Hex color #B321A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B321A7 is #4CDE58. Grayscale: #5B5B5B. Windows color (decimal): -5037657 or 10953139. OLE color: 10953139.
HSL color Cylindrical-coordinate representation of color #B321A7: hue angle of 304.93º 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 #B321A7 is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 33 | 167 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.30 |
| HSL | 304.93º | 0.69% | 0.42% | - |
| HSV(B) | 304.93º | 0.82% | 0.7% | - |
| XYZ | 26.11 | 13.46 | 37.78 | - |
| YUV | 91.93 | 170.37 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 33 | 167 | 0 | 0.82 | 0.07 | 0.30 | 304.93 | 0.69 | 0.42 |
| Hex | B3 | 21 | A7 | 0 | 52 | 7 | 1E | 131 | 45 | 2A |
| Octal | 263 | 41 | 247 | 0 | 122 | 7 | 36 | 461 | 105 | 52 |
| Binary | 10110011 | 100001 | 10100111 | 0 | 1010010 | 111 | 11110 | 100110001 | 1000101 | 101010 |
Color Harmonies of #B321A7
Complementary color
Monochromatic Colors of #B321A7
Black with #B321A7
Text Example
Text Example
White with #B321A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B321A7; }
p { color: rgb(179,33,167); }
H1.HeaderClassName
{
color: #B321A7;
}
.AnyTagClassName
{
color: #B321A7;
}
</style>
background-color css
<style>
a { background-color: #B321A7; }
a { background-color: rgb(179,33,167); }
div.DivClassName
{
background-color: #B321A7;
}
.BgClassName
{
background-color: #B321A7;
}
</style>
border-color css
<style>
span { border-color: #B321A7; }
span { border-color: rgb(179,33,167); }
td.TdClassName
{
border-color: #B321A7;
}
.TagClassName
{
border-color: #B321A7;
}
</style>