Shades of Deep Magenta #B616BD
Tints of Deep Magenta #B616BD
RGB
CMYK
RGB Variations
Color information
#B616BD (or 0xB616BD) is known color: Deep Magenta. HEX triplet: B6, 16 and BD. RGB value is (182,22,189). Sum of RGB (Red+Green+Blue) = 182+22+189=393 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.31% from 393); Green value is 22 (8.98% from 255 or 5.60% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: blue. Hex color #B616BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B616BD is #49E942. Grayscale: #585858. Windows color (decimal): -4843843 or 12392118. OLE color: 12392118.
HSL color Cylindrical-coordinate representation of color #B616BD: hue angle of 297.49º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B616BD is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 22 | 189 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.26 |
| HSL | 297.49º | 0.79% | 0.41% | - |
| HSV(B) | 297.49º | 0.88% | 0.74% | - |
| XYZ | 28.76 | 14.19 | 49.37 | - |
| YUV | 88.88 | 184.51 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 22 | 189 | 0.04 | 0.88 | 0 | 0.26 | 297.49 | 0.79 | 0.41 |
| Hex | B6 | 16 | BD | 4 | 58 | 0 | 1A | 129 | 4F | 29 |
| Octal | 266 | 26 | 275 | 4 | 130 | 0 | 32 | 451 | 117 | 51 |
| Binary | 10110110 | 10110 | 10111101 | 100 | 1011000 | 0 | 11010 | 100101001 | 1001111 | 101001 |
Color Harmonies of #B616BD
Complementary color
Monochromatic Colors of #B616BD
Black with #B616BD
Text Example
Text Example
White with #B616BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B616BD; }
p { color: rgb(182,22,189); }
H1.HeaderClassName
{
color: #B616BD;
}
.AnyTagClassName
{
color: #B616BD;
}
</style>
background-color css
<style>
a { background-color: #B616BD; }
a { background-color: rgb(182,22,189); }
div.DivClassName
{
background-color: #B616BD;
}
.BgClassName
{
background-color: #B616BD;
}
</style>
border-color css
<style>
span { border-color: #B616BD; }
span { border-color: rgb(182,22,189); }
td.TdClassName
{
border-color: #B616BD;
}
.TagClassName
{
border-color: #B616BD;
}
</style>