Shades of Medium Violet Red #B620A8
Tints of Medium Violet Red #B620A8
RGB
CMYK
RGB Variations
Color information
#B620A8 (or 0xB620A8) is known color: Medium Violet Red. HEX triplet: B6, 20 and A8. RGB value is (182,32,168). Sum of RGB (Red+Green+Blue) = 182+32+168=382 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.64% from 382); Green value is 32 (12.89% from 255 or 8.38% from 382); Blue value is 168 (66.02% from 255 or 43.98% from 382); Max value from RGB is 182 - color contains mainly: red. Hex color #B620A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B620A8 is #49DF57. Grayscale: #5B5B5B. Windows color (decimal): -4841304 or 11018422. OLE color: 11018422.
HSL color Cylindrical-coordinate representation of color #B620A8: hue angle of 305.6º degrees, saturation: 0.7, 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 #B620A8 is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 32 | 168 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.29 |
| HSL | 305.6º | 0.7% | 0.42% | - |
| HSV(B) | 305.6º | 0.82% | 0.71% | - |
| XYZ | 26.88 | 13.81 | 38.29 | - |
| YUV | 92.35 | 170.7 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 32 | 168 | 0 | 0.82 | 0.08 | 0.29 | 305.6 | 0.7 | 0.42 |
| Hex | B6 | 20 | A8 | 0 | 52 | 8 | 1D | 132 | 46 | 2A |
| Octal | 266 | 40 | 250 | 0 | 122 | 10 | 35 | 462 | 106 | 52 |
| Binary | 10110110 | 100000 | 10101000 | 0 | 1010010 | 1000 | 11101 | 100110010 | 1000110 | 101010 |
Color Harmonies of #B620A8
Complementary color
Monochromatic Colors of #B620A8
Black with #B620A8
Text Example
Text Example
White with #B620A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B620A8; }
p { color: rgb(182,32,168); }
H1.HeaderClassName
{
color: #B620A8;
}
.AnyTagClassName
{
color: #B620A8;
}
</style>
background-color css
<style>
a { background-color: #B620A8; }
a { background-color: rgb(182,32,168); }
div.DivClassName
{
background-color: #B620A8;
}
.BgClassName
{
background-color: #B620A8;
}
</style>
border-color css
<style>
span { border-color: #B620A8; }
span { border-color: rgb(182,32,168); }
td.TdClassName
{
border-color: #B620A8;
}
.TagClassName
{
border-color: #B620A8;
}
</style>