Shades of Medium Violet Red #B621A6
Tints of Medium Violet Red #B621A6
RGB
CMYK
RGB Variations
Color information
#B621A6 (or 0xB621A6) is known color: Medium Violet Red. HEX triplet: B6, 21 and A6. RGB value is (182,33,166). Sum of RGB (Red+Green+Blue) = 182+33+166=381 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.77% from 381); Green value is 33 (13.28% from 255 or 8.66% from 381); Blue value is 166 (65.23% from 255 or 43.57% from 381); Max value from RGB is 182 - color contains mainly: red. Hex color #B621A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B621A6 is #49DE59. Grayscale: #5C5C5C. Windows color (decimal): -4841050 or 10887606. OLE color: 10887606.
HSL color Cylindrical-coordinate representation of color #B621A6: hue angle of 306.44º 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 #B621A6 is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 33 | 166 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.29 |
| HSL | 306.44º | 0.69% | 0.42% | - |
| HSV(B) | 306.44º | 0.82% | 0.71% | - |
| XYZ | 26.72 | 13.79 | 37.33 | - |
| YUV | 92.71 | 169.36 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 33 | 166 | 0 | 0.82 | 0.09 | 0.29 | 306.44 | 0.69 | 0.42 |
| Hex | B6 | 21 | A6 | 0 | 52 | 9 | 1D | 132 | 45 | 2A |
| Octal | 266 | 41 | 246 | 0 | 122 | 11 | 35 | 462 | 105 | 52 |
| Binary | 10110110 | 100001 | 10100110 | 0 | 1010010 | 1001 | 11101 | 100110010 | 1000101 | 101010 |
Color Harmonies of #B621A6
Complementary color
Monochromatic Colors of #B621A6
Black with #B621A6
Text Example
Text Example
White with #B621A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B621A6; }
p { color: rgb(182,33,166); }
H1.HeaderClassName
{
color: #B621A6;
}
.AnyTagClassName
{
color: #B621A6;
}
</style>
background-color css
<style>
a { background-color: #B621A6; }
a { background-color: rgb(182,33,166); }
div.DivClassName
{
background-color: #B621A6;
}
.BgClassName
{
background-color: #B621A6;
}
</style>
border-color css
<style>
span { border-color: #B621A6; }
span { border-color: rgb(182,33,166); }
td.TdClassName
{
border-color: #B621A6;
}
.TagClassName
{
border-color: #B621A6;
}
</style>