Shades of Deep Magenta #B619C5
Tints of Deep Magenta #B619C5
RGB
CMYK
RGB Variations
Color information
#B619C5 (or 0xB619C5) is known color: Deep Magenta. HEX triplet: B6, 19 and C5. RGB value is (182,25,197). Sum of RGB (Red+Green+Blue) = 182+25+197=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 25 (10.16% from 255 or 6.19% from 404); Blue value is 197 (77.34% from 255 or 48.76% from 404); Max value from RGB is 197 - color contains mainly: blue. Hex color #B619C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B619C5 is #49E63A. Grayscale: #5B5B5B. Windows color (decimal): -4843067 or 12917174. OLE color: 12917174.
HSL color Cylindrical-coordinate representation of color #B619C5: hue angle of 294.77º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B619C5 is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 182 | 25 | 197 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.23 |
| HSL | 294.77º | 0.77% | 0.44% | - |
| HSV(B) | 294.77º | 0.87% | 0.77% | - |
| XYZ | 29.72 | 14.67 | 54.09 | - |
| YUV | 91.55 | 187.51 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 25 | 197 | 0.08 | 0.87 | 0 | 0.23 | 294.77 | 0.77 | 0.44 |
| Hex | B6 | 19 | C5 | 8 | 57 | 0 | 17 | 127 | 4D | 2C |
| Octal | 266 | 31 | 305 | 10 | 127 | 0 | 27 | 447 | 115 | 54 |
| Binary | 10110110 | 11001 | 11000101 | 1000 | 1010111 | 0 | 10111 | 100100111 | 1001101 | 101100 |
Color Harmonies of #B619C5
Complementary color
Monochromatic Colors of #B619C5
Black with #B619C5
Text Example
Text Example
White with #B619C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B619C5; }
p { color: rgb(182,25,197); }
H1.HeaderClassName
{
color: #B619C5;
}
.AnyTagClassName
{
color: #B619C5;
}
</style>
background-color css
<style>
a { background-color: #B619C5; }
a { background-color: rgb(182,25,197); }
div.DivClassName
{
background-color: #B619C5;
}
.BgClassName
{
background-color: #B619C5;
}
</style>
border-color css
<style>
span { border-color: #B619C5; }
span { border-color: rgb(182,25,197); }
td.TdClassName
{
border-color: #B619C5;
}
.TagClassName
{
border-color: #B619C5;
}
</style>