Shades of Deep Magenta #B30DD0
Tints of Deep Magenta #B30DD0
RGB
CMYK
RGB Variations
Color information
#B30DD0 (or 0xB30DD0) is known color: Deep Magenta. HEX triplet: B3, 0D and D0. RGB value is (179,13,208). Sum of RGB (Red+Green+Blue) = 179+13+208=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 13 (5.47% from 255 or 3.25% from 400); Blue value is 208 (81.64% from 255 or 52% from 400); Max value from RGB is 208 - color contains mainly: blue. Hex color #B30DD0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30DD0 is #4CF22F. Grayscale: #545454. Windows color (decimal): -5042736 or 13634995. OLE color: 13634995.
HSL color Cylindrical-coordinate representation of color #B30DD0: hue angle of 291.08º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30DD0 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 13 | 208 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.18 |
| HSL | 291.08º | 0.88% | 0.43% | - |
| HSV(B) | 291.08º | 0.94% | 0.82% | - |
| XYZ | 30.12 | 14.43 | 60.87 | - |
| YUV | 84.86 | 197.5 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 13 | 208 | 0.14 | 0.94 | 0 | 0.18 | 291.08 | 0.88 | 0.43 |
| Hex | B3 | D | D0 | E | 5E | 0 | 12 | 123 | 58 | 2B |
| Octal | 263 | 15 | 320 | 16 | 136 | 0 | 22 | 443 | 130 | 53 |
| Binary | 10110011 | 1101 | 11010000 | 1110 | 1011110 | 0 | 10010 | 100100011 | 1011000 | 101011 |
Color Harmonies of #B30DD0
Complementary color
Monochromatic Colors of #B30DD0
Black with #B30DD0
Text Example
Text Example
White with #B30DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30DD0; }
p { color: rgb(179,13,208); }
H1.HeaderClassName
{
color: #B30DD0;
}
.AnyTagClassName
{
color: #B30DD0;
}
</style>
background-color css
<style>
a { background-color: #B30DD0; }
a { background-color: rgb(179,13,208); }
div.DivClassName
{
background-color: #B30DD0;
}
.BgClassName
{
background-color: #B30DD0;
}
</style>
border-color css
<style>
span { border-color: #B30DD0; }
span { border-color: rgb(179,13,208); }
td.TdClassName
{
border-color: #B30DD0;
}
.TagClassName
{
border-color: #B30DD0;
}
</style>