Shades of Deep Magenta #B913D3
Tints of Deep Magenta #B913D3
RGB
CMYK
RGB Variations
Color information
#B913D3 (or 0xB913D3) is known color: Deep Magenta. HEX triplet: B9, 13 and D3. RGB value is (185,19,211). Sum of RGB (Red+Green+Blue) = 185+19+211=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 19 (7.81% from 255 or 4.58% from 415); Blue value is 211 (82.81% from 255 or 50.84% from 415); Max value from RGB is 211 - color contains mainly: blue. Hex color #B913D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B913D3 is #46EC2C. Grayscale: #595959. Windows color (decimal): -4647981 or 13833145. OLE color: 13833145.
HSL color Cylindrical-coordinate representation of color #B913D3: hue angle of 291.88º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B913D3 is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 185 | 19 | 211 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.17 |
| HSL | 291.88º | 0.83% | 0.45% | - |
| HSV(B) | 291.88º | 0.91% | 0.83% | - |
| XYZ | 32 | 15.48 | 62.93 | - |
| YUV | 90.52 | 196 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 19 | 211 | 0.12 | 0.91 | 0 | 0.17 | 291.88 | 0.83 | 0.45 |
| Hex | B9 | 13 | D3 | C | 5B | 0 | 11 | 124 | 53 | 2D |
| Octal | 271 | 23 | 323 | 14 | 133 | 0 | 21 | 444 | 123 | 55 |
| Binary | 10111001 | 10011 | 11010011 | 1100 | 1011011 | 0 | 10001 | 100100100 | 1010011 | 101101 |
Color Harmonies of #B913D3
Complementary color
Monochromatic Colors of #B913D3
Black with #B913D3
Text Example
Text Example
White with #B913D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B913D3; }
p { color: rgb(185,19,211); }
H1.HeaderClassName
{
color: #B913D3;
}
.AnyTagClassName
{
color: #B913D3;
}
</style>
background-color css
<style>
a { background-color: #B913D3; }
a { background-color: rgb(185,19,211); }
div.DivClassName
{
background-color: #B913D3;
}
.BgClassName
{
background-color: #B913D3;
}
</style>
border-color css
<style>
span { border-color: #B913D3; }
span { border-color: rgb(185,19,211); }
td.TdClassName
{
border-color: #B913D3;
}
.TagClassName
{
border-color: #B913D3;
}
</style>