Shades of Deep Magenta #B619C2
Tints of Deep Magenta #B619C2
RGB
CMYK
RGB Variations
Color information
#B619C2 (or 0xB619C2) is known color: Deep Magenta. HEX triplet: B6, 19 and C2. RGB value is (182,25,194). Sum of RGB (Red+Green+Blue) = 182+25+194=401 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.39% from 401); Green value is 25 (10.16% from 255 or 6.23% from 401); Blue value is 194 (76.17% from 255 or 48.38% from 401); Max value from RGB is 194 - color contains mainly: blue. Hex color #B619C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B619C2 is #49E63D. Grayscale: #5A5A5A. Windows color (decimal): -4843070 or 12720566. OLE color: 12720566.
HSL color Cylindrical-coordinate representation of color #B619C2: hue angle of 295.74º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B619C2 is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 25 | 194 | - |
| CMYK | 0.06 | 0.87 | 0 | 0.24 |
| HSL | 295.74º | 0.77% | 0.43% | - |
| HSV(B) | 295.74º | 0.87% | 0.76% | - |
| XYZ | 29.38 | 14.54 | 52.3 | - |
| YUV | 91.21 | 186.01 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 25 | 194 | 0.06 | 0.87 | 0 | 0.24 | 295.74 | 0.77 | 0.43 |
| Hex | B6 | 19 | C2 | 6 | 57 | 0 | 18 | 128 | 4D | 2B |
| Octal | 266 | 31 | 302 | 6 | 127 | 0 | 30 | 450 | 115 | 53 |
| Binary | 10110110 | 11001 | 11000010 | 110 | 1010111 | 0 | 11000 | 100101000 | 1001101 | 101011 |
Color Harmonies of #B619C2
Complementary color
Monochromatic Colors of #B619C2
Black with #B619C2
Text Example
Text Example
White with #B619C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B619C2; }
p { color: rgb(182,25,194); }
H1.HeaderClassName
{
color: #B619C2;
}
.AnyTagClassName
{
color: #B619C2;
}
</style>
background-color css
<style>
a { background-color: #B619C2; }
a { background-color: rgb(182,25,194); }
div.DivClassName
{
background-color: #B619C2;
}
.BgClassName
{
background-color: #B619C2;
}
</style>
border-color css
<style>
span { border-color: #B619C2; }
span { border-color: rgb(182,25,194); }
td.TdClassName
{
border-color: #B619C2;
}
.TagClassName
{
border-color: #B619C2;
}
</style>