Shades of Deep Magenta #B619C0
Tints of Deep Magenta #B619C0
RGB
CMYK
RGB Variations
Color information
#B619C0 (or 0xB619C0) is known color: Deep Magenta. HEX triplet: B6, 19 and C0. RGB value is (182,25,192). Sum of RGB (Red+Green+Blue) = 182+25+192=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 25 (10.16% from 255 or 6.27% from 399); Blue value is 192 (75.39% from 255 or 48.12% from 399); Max value from RGB is 192 - color contains mainly: blue. Hex color #B619C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B619C0 is #49E63F. Grayscale: #5A5A5A. Windows color (decimal): -4843072 or 12589494. OLE color: 12589494.
HSL color Cylindrical-coordinate representation of color #B619C0: hue angle of 296.41º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B619C0 is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 25 | 192 | - |
| CMYK | 0.05 | 0.87 | 0 | 0.25 |
| HSL | 296.41º | 0.77% | 0.43% | - |
| HSV(B) | 296.41º | 0.87% | 0.75% | - |
| XYZ | 29.15 | 14.45 | 51.12 | - |
| YUV | 90.98 | 185.01 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 25 | 192 | 0.05 | 0.87 | 0 | 0.25 | 296.41 | 0.77 | 0.43 |
| Hex | B6 | 19 | C0 | 5 | 57 | 0 | 19 | 128 | 4D | 2B |
| Octal | 266 | 31 | 300 | 5 | 127 | 0 | 31 | 450 | 115 | 53 |
| Binary | 10110110 | 11001 | 11000000 | 101 | 1010111 | 0 | 11001 | 100101000 | 1001101 | 101011 |
Color Harmonies of #B619C0
Complementary color
Monochromatic Colors of #B619C0
Black with #B619C0
Text Example
Text Example
White with #B619C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B619C0; }
p { color: rgb(182,25,192); }
H1.HeaderClassName
{
color: #B619C0;
}
.AnyTagClassName
{
color: #B619C0;
}
</style>
background-color css
<style>
a { background-color: #B619C0; }
a { background-color: rgb(182,25,192); }
div.DivClassName
{
background-color: #B619C0;
}
.BgClassName
{
background-color: #B619C0;
}
</style>
border-color css
<style>
span { border-color: #B619C0; }
span { border-color: rgb(182,25,192); }
td.TdClassName
{
border-color: #B619C0;
}
.TagClassName
{
border-color: #B619C0;
}
</style>