Shades of Medium Violet Red #B621A1
Tints of Medium Violet Red #B621A1
RGB
CMYK
RGB Variations
Color information
#B621A1 (or 0xB621A1) is known color: Medium Violet Red. HEX triplet: B6, 21 and A1. RGB value is (182,33,161). Sum of RGB (Red+Green+Blue) = 182+33+161=376 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.40% from 376); Green value is 33 (13.28% from 255 or 8.78% from 376); Blue value is 161 (63.28% from 255 or 42.82% from 376); Max value from RGB is 182 - color contains mainly: red. Hex color #B621A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B621A1 is #49DE5E. Grayscale: #5B5B5B. Windows color (decimal): -4841055 or 10559926. OLE color: 10559926.
HSL color Cylindrical-coordinate representation of color #B621A1: hue angle of 308.46º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B621A1 is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 33 | 161 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.29 |
| HSL | 308.46º | 0.69% | 0.42% | - |
| HSV(B) | 308.46º | 0.82% | 0.71% | - |
| XYZ | 26.27 | 13.61 | 34.96 | - |
| YUV | 92.14 | 166.86 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 33 | 161 | 0 | 0.82 | 0.12 | 0.29 | 308.46 | 0.69 | 0.42 |
| Hex | B6 | 21 | A1 | 0 | 52 | C | 1D | 134 | 45 | 2A |
| Octal | 266 | 41 | 241 | 0 | 122 | 14 | 35 | 464 | 105 | 52 |
| Binary | 10110110 | 100001 | 10100001 | 0 | 1010010 | 1100 | 11101 | 100110100 | 1000101 | 101010 |
Color Harmonies of #B621A1
Complementary color
Monochromatic Colors of #B621A1
Black with #B621A1
Text Example
Text Example
White with #B621A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B621A1; }
p { color: rgb(182,33,161); }
H1.HeaderClassName
{
color: #B621A1;
}
.AnyTagClassName
{
color: #B621A1;
}
</style>
background-color css
<style>
a { background-color: #B621A1; }
a { background-color: rgb(182,33,161); }
div.DivClassName
{
background-color: #B621A1;
}
.BgClassName
{
background-color: #B621A1;
}
</style>
border-color css
<style>
span { border-color: #B621A1; }
span { border-color: rgb(182,33,161); }
td.TdClassName
{
border-color: #B621A1;
}
.TagClassName
{
border-color: #B621A1;
}
</style>