Shades of Deep Magenta #B619BC
Tints of Deep Magenta #B619BC
RGB
CMYK
RGB Variations
Color information
#B619BC (or 0xB619BC) is known color: Deep Magenta. HEX triplet: B6, 19 and BC. RGB value is (182,25,188). Sum of RGB (Red+Green+Blue) = 182+25+188=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 25 (10.16% from 255 or 6.33% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #B619BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B619BC is #49E643. Grayscale: #5A5A5A. Windows color (decimal): -4843076 or 12327350. OLE color: 12327350.
HSL color Cylindrical-coordinate representation of color #B619BC: hue angle of 297.79º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B619BC is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 25 | 188 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.26 |
| HSL | 297.79º | 0.77% | 0.42% | - |
| HSV(B) | 297.79º | 0.87% | 0.74% | - |
| XYZ | 28.72 | 14.27 | 48.82 | - |
| YUV | 90.53 | 183.01 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 25 | 188 | 0.03 | 0.87 | 0 | 0.26 | 297.79 | 0.77 | 0.42 |
| Hex | B6 | 19 | BC | 3 | 57 | 0 | 1A | 12A | 4D | 2A |
| Octal | 266 | 31 | 274 | 3 | 127 | 0 | 32 | 452 | 115 | 52 |
| Binary | 10110110 | 11001 | 10111100 | 11 | 1010111 | 0 | 11010 | 100101010 | 1001101 | 101010 |
Color Harmonies of #B619BC
Complementary color
Monochromatic Colors of #B619BC
Black with #B619BC
Text Example
Text Example
White with #B619BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B619BC; }
p { color: rgb(182,25,188); }
H1.HeaderClassName
{
color: #B619BC;
}
.AnyTagClassName
{
color: #B619BC;
}
</style>
background-color css
<style>
a { background-color: #B619BC; }
a { background-color: rgb(182,25,188); }
div.DivClassName
{
background-color: #B619BC;
}
.BgClassName
{
background-color: #B619BC;
}
</style>
border-color css
<style>
span { border-color: #B619BC; }
span { border-color: rgb(182,25,188); }
td.TdClassName
{
border-color: #B619BC;
}
.TagClassName
{
border-color: #B619BC;
}
</style>