Shades of Deep Magenta #B619C6
Tints of Deep Magenta #B619C6
RGB
CMYK
RGB Variations
Color information
#B619C6 (or 0xB619C6) is known color: Deep Magenta. HEX triplet: B6, 19 and C6. RGB value is (182,25,198). Sum of RGB (Red+Green+Blue) = 182+25+198=405 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.94% from 405); Green value is 25 (10.16% from 255 or 6.17% from 405); Blue value is 198 (77.73% from 255 or 48.89% from 405); Max value from RGB is 198 - color contains mainly: blue. Hex color #B619C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B619C6 is #49E639. Grayscale: #5B5B5B. Windows color (decimal): -4843066 or 12982710. OLE color: 12982710.
HSL color Cylindrical-coordinate representation of color #B619C6: hue angle of 294.45º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B619C6 is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 182 | 25 | 198 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.22 |
| HSL | 294.45º | 0.78% | 0.44% | - |
| HSV(B) | 294.45º | 0.87% | 0.78% | - |
| XYZ | 29.83 | 14.72 | 54.69 | - |
| YUV | 91.67 | 188.01 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 25 | 198 | 0.08 | 0.87 | 0 | 0.22 | 294.45 | 0.78 | 0.44 |
| Hex | B6 | 19 | C6 | 8 | 57 | 0 | 16 | 126 | 4E | 2C |
| Octal | 266 | 31 | 306 | 10 | 127 | 0 | 26 | 446 | 116 | 54 |
| Binary | 10110110 | 11001 | 11000110 | 1000 | 1010111 | 0 | 10110 | 100100110 | 1001110 | 101100 |
Color Harmonies of #B619C6
Complementary color
Monochromatic Colors of #B619C6
Black with #B619C6
Text Example
Text Example
White with #B619C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B619C6; }
p { color: rgb(182,25,198); }
H1.HeaderClassName
{
color: #B619C6;
}
.AnyTagClassName
{
color: #B619C6;
}
</style>
background-color css
<style>
a { background-color: #B619C6; }
a { background-color: rgb(182,25,198); }
div.DivClassName
{
background-color: #B619C6;
}
.BgClassName
{
background-color: #B619C6;
}
</style>
border-color css
<style>
span { border-color: #B619C6; }
span { border-color: rgb(182,25,198); }
td.TdClassName
{
border-color: #B619C6;
}
.TagClassName
{
border-color: #B619C6;
}
</style>