Shades of Medium Violet Red #B619A2
Tints of Medium Violet Red #B619A2
RGB
CMYK
RGB Variations
Color information
#B619A2 (or 0xB619A2) is known color: Medium Violet Red. HEX triplet: B6, 19 and A2. RGB value is (182,25,162). Sum of RGB (Red+Green+Blue) = 182+25+162=369 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.32% from 369); Green value is 25 (10.16% from 255 or 6.78% from 369); Blue value is 162 (63.67% from 255 or 43.90% from 369); Max value from RGB is 182 - color contains mainly: red. Hex color #B619A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B619A2 is #49E65D. Grayscale: #575757. Windows color (decimal): -4843102 or 10623414. OLE color: 10623414.
HSL color Cylindrical-coordinate representation of color #B619A2: hue angle of 307.64º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B619A2 is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 25 | 162 | - |
| CMYK | 0 | 0.86 | 0.11 | 0.29 |
| HSL | 307.64º | 0.76% | 0.41% | - |
| HSV(B) | 307.64º | 0.86% | 0.71% | - |
| XYZ | 26.16 | 13.25 | 35.36 | - |
| YUV | 87.56 | 170.01 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 25 | 162 | 0 | 0.86 | 0.11 | 0.29 | 307.64 | 0.76 | 0.41 |
| Hex | B6 | 19 | A2 | 0 | 56 | B | 1D | 134 | 4C | 29 |
| Octal | 266 | 31 | 242 | 0 | 126 | 13 | 35 | 464 | 114 | 51 |
| Binary | 10110110 | 11001 | 10100010 | 0 | 1010110 | 1011 | 11101 | 100110100 | 1001100 | 101001 |
Color Harmonies of #B619A2
Complementary color
Monochromatic Colors of #B619A2
Black with #B619A2
Text Example
Text Example
White with #B619A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B619A2; }
p { color: rgb(182,25,162); }
H1.HeaderClassName
{
color: #B619A2;
}
.AnyTagClassName
{
color: #B619A2;
}
</style>
background-color css
<style>
a { background-color: #B619A2; }
a { background-color: rgb(182,25,162); }
div.DivClassName
{
background-color: #B619A2;
}
.BgClassName
{
background-color: #B619A2;
}
</style>
border-color css
<style>
span { border-color: #B619A2; }
span { border-color: rgb(182,25,162); }
td.TdClassName
{
border-color: #B619A2;
}
.TagClassName
{
border-color: #B619A2;
}
</style>