Shades of Deep Magenta #B619CC
Tints of Deep Magenta #B619CC
RGB
CMYK
RGB Variations
Color information
#B619CC (or 0xB619CC) is known color: Deep Magenta. HEX triplet: B6, 19 and CC. RGB value is (182,25,204). Sum of RGB (Red+Green+Blue) = 182+25+204=411 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.28% from 411); Green value is 25 (10.16% from 255 or 6.08% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #B619CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B619CC is #49E633. Grayscale: #5B5B5B. Windows color (decimal): -4843060 or 13375926. OLE color: 13375926.
HSL color Cylindrical-coordinate representation of color #B619CC: hue angle of 292.63º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B619CC is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 182 | 25 | 204 | - |
| CMYK | 0.11 | 0.88 | 0 | 0.2 |
| HSL | 292.63º | 0.78% | 0.45% | - |
| HSV(B) | 292.63º | 0.88% | 0.8% | - |
| XYZ | 30.54 | 15 | 58.41 | - |
| YUV | 92.35 | 191.01 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 25 | 204 | 0.11 | 0.88 | 0 | 0.2 | 292.63 | 0.78 | 0.45 |
| Hex | B6 | 19 | CC | B | 58 | 0 | 14 | 125 | 4E | 2D |
| Octal | 266 | 31 | 314 | 13 | 130 | 0 | 24 | 445 | 116 | 55 |
| Binary | 10110110 | 11001 | 11001100 | 1011 | 1011000 | 0 | 10100 | 100100101 | 1001110 | 101101 |
Color Harmonies of #B619CC
Complementary color
Monochromatic Colors of #B619CC
Black with #B619CC
Text Example
Text Example
White with #B619CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B619CC; }
p { color: rgb(182,25,204); }
H1.HeaderClassName
{
color: #B619CC;
}
.AnyTagClassName
{
color: #B619CC;
}
</style>
background-color css
<style>
a { background-color: #B619CC; }
a { background-color: rgb(182,25,204); }
div.DivClassName
{
background-color: #B619CC;
}
.BgClassName
{
background-color: #B619CC;
}
</style>
border-color css
<style>
span { border-color: #B619CC; }
span { border-color: rgb(182,25,204); }
td.TdClassName
{
border-color: #B619CC;
}
.TagClassName
{
border-color: #B619CC;
}
</style>