Shades of Medium Violet Red #B621A0
Tints of Medium Violet Red #B621A0
RGB
CMYK
RGB Variations
Color information
#B621A0 (or 0xB621A0) is known color: Medium Violet Red. HEX triplet: B6, 21 and A0. RGB value is (182,33,160). Sum of RGB (Red+Green+Blue) = 182+33+160=375 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.53% from 375); Green value is 33 (13.28% from 255 or 8.8% from 375); Blue value is 160 (62.89% from 255 or 42.67% from 375); Max value from RGB is 182 - color contains mainly: red. Hex color #B621A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B621A0 is #49DE5F. Grayscale: #5B5B5B. Windows color (decimal): -4841056 or 10494390. OLE color: 10494390.
HSL color Cylindrical-coordinate representation of color #B621A0: hue angle of 308.86º 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 #B621A0 is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 33 | 160 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.29 |
| HSL | 308.86º | 0.69% | 0.42% | - |
| HSV(B) | 308.86º | 0.82% | 0.71% | - |
| XYZ | 26.18 | 13.57 | 34.5 | - |
| YUV | 92.03 | 166.36 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 33 | 160 | 0 | 0.82 | 0.12 | 0.29 | 308.86 | 0.69 | 0.42 |
| Hex | B6 | 21 | A0 | 0 | 52 | C | 1D | 135 | 45 | 2A |
| Octal | 266 | 41 | 240 | 0 | 122 | 14 | 35 | 465 | 105 | 52 |
| Binary | 10110110 | 100001 | 10100000 | 0 | 1010010 | 1100 | 11101 | 100110101 | 1000101 | 101010 |
Color Harmonies of #B621A0
Complementary color
Monochromatic Colors of #B621A0
Black with #B621A0
Text Example
Text Example
White with #B621A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B621A0; }
p { color: rgb(182,33,160); }
H1.HeaderClassName
{
color: #B621A0;
}
.AnyTagClassName
{
color: #B621A0;
}
</style>
background-color css
<style>
a { background-color: #B621A0; }
a { background-color: rgb(182,33,160); }
div.DivClassName
{
background-color: #B621A0;
}
.BgClassName
{
background-color: #B621A0;
}
</style>
border-color css
<style>
span { border-color: #B621A0; }
span { border-color: rgb(182,33,160); }
td.TdClassName
{
border-color: #B621A0;
}
.TagClassName
{
border-color: #B621A0;
}
</style>