Shades of Deep Magenta #B619C8
Tints of Deep Magenta #B619C8
RGB
CMYK
RGB Variations
Color information
#B619C8 (or 0xB619C8) is known color: Deep Magenta. HEX triplet: B6, 19 and C8. RGB value is (182,25,200). Sum of RGB (Red+Green+Blue) = 182+25+200=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 25 (10.16% from 255 or 6.14% from 407); Blue value is 200 (78.52% from 255 or 49.14% from 407); Max value from RGB is 200 - color contains mainly: blue. Hex color #B619C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B619C8 is #49E637. Grayscale: #5B5B5B. Windows color (decimal): -4843064 or 13113782. OLE color: 13113782.
HSL color Cylindrical-coordinate representation of color #B619C8: hue angle of 293.83º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B619C8 is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 182 | 25 | 200 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.22 |
| HSL | 293.83º | 0.78% | 0.44% | - |
| HSV(B) | 293.83º | 0.88% | 0.78% | - |
| XYZ | 30.06 | 14.81 | 55.92 | - |
| YUV | 91.89 | 189.01 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 25 | 200 | 0.09 | 0.88 | 0 | 0.22 | 293.83 | 0.78 | 0.44 |
| Hex | B6 | 19 | C8 | 9 | 58 | 0 | 16 | 126 | 4E | 2C |
| Octal | 266 | 31 | 310 | 11 | 130 | 0 | 26 | 446 | 116 | 54 |
| Binary | 10110110 | 11001 | 11001000 | 1001 | 1011000 | 0 | 10110 | 100100110 | 1001110 | 101100 |
Color Harmonies of #B619C8
Complementary color
Monochromatic Colors of #B619C8
Black with #B619C8
Text Example
Text Example
White with #B619C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B619C8; }
p { color: rgb(182,25,200); }
H1.HeaderClassName
{
color: #B619C8;
}
.AnyTagClassName
{
color: #B619C8;
}
</style>
background-color css
<style>
a { background-color: #B619C8; }
a { background-color: rgb(182,25,200); }
div.DivClassName
{
background-color: #B619C8;
}
.BgClassName
{
background-color: #B619C8;
}
</style>
border-color css
<style>
span { border-color: #B619C8; }
span { border-color: rgb(182,25,200); }
td.TdClassName
{
border-color: #B619C8;
}
.TagClassName
{
border-color: #B619C8;
}
</style>