Shades of Deep Magenta #B619CF
Tints of Deep Magenta #B619CF
RGB
CMYK
RGB Variations
Color information
#B619CF (or 0xB619CF) is known color: Deep Magenta. HEX triplet: B6, 19 and CF. RGB value is (182,25,207). Sum of RGB (Red+Green+Blue) = 182+25+207=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 25 (10.16% from 255 or 6.04% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #B619CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B619CF is #49E630. Grayscale: #5C5C5C. Windows color (decimal): -4843057 or 13572534. OLE color: 13572534.
HSL color Cylindrical-coordinate representation of color #B619CF: hue angle of 291.76º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B619CF is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 25 | 207 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.19 |
| HSL | 291.76º | 0.78% | 0.45% | - |
| HSV(B) | 291.76º | 0.88% | 0.81% | - |
| XYZ | 30.9 | 15.15 | 60.33 | - |
| YUV | 92.69 | 192.51 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 25 | 207 | 0.12 | 0.88 | 0 | 0.19 | 291.76 | 0.78 | 0.45 |
| Hex | B6 | 19 | CF | C | 58 | 0 | 13 | 124 | 4E | 2D |
| Octal | 266 | 31 | 317 | 14 | 130 | 0 | 23 | 444 | 116 | 55 |
| Binary | 10110110 | 11001 | 11001111 | 1100 | 1011000 | 0 | 10011 | 100100100 | 1001110 | 101101 |
Color Harmonies of #B619CF
Complementary color
Monochromatic Colors of #B619CF
Black with #B619CF
Text Example
Text Example
White with #B619CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B619CF; }
p { color: rgb(182,25,207); }
H1.HeaderClassName
{
color: #B619CF;
}
.AnyTagClassName
{
color: #B619CF;
}
</style>
background-color css
<style>
a { background-color: #B619CF; }
a { background-color: rgb(182,25,207); }
div.DivClassName
{
background-color: #B619CF;
}
.BgClassName
{
background-color: #B619CF;
}
</style>
border-color css
<style>
span { border-color: #B619CF; }
span { border-color: rgb(182,25,207); }
td.TdClassName
{
border-color: #B619CF;
}
.TagClassName
{
border-color: #B619CF;
}
</style>