Shades of Deep Magenta #B30DC7
Tints of Deep Magenta #B30DC7
RGB
CMYK
RGB Variations
Color information
#B30DC7 (or 0xB30DC7) is known color: Deep Magenta. HEX triplet: B3, 0D and C7. RGB value is (179,13,199). Sum of RGB (Red+Green+Blue) = 179+13+199=391 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.78% from 391); Green value is 13 (5.47% from 255 or 3.32% from 391); Blue value is 199 (78.12% from 255 or 50.90% from 391); Max value from RGB is 199 - color contains mainly: blue. Hex color #B30DC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30DC7 is #4CF238. Grayscale: #535353. Windows color (decimal): -5042745 or 13045171. OLE color: 13045171.
HSL color Cylindrical-coordinate representation of color #B30DC7: hue angle of 293.55º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B30DC7 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 13 | 199 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.22 |
| HSL | 293.55º | 0.88% | 0.42% | - |
| HSV(B) | 293.55º | 0.93% | 0.78% | - |
| XYZ | 29.04 | 14 | 55.2 | - |
| YUV | 83.84 | 193 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 13 | 199 | 0.10 | 0.93 | 0 | 0.22 | 293.55 | 0.88 | 0.42 |
| Hex | B3 | D | C7 | A | 5D | 0 | 16 | 126 | 58 | 2A |
| Octal | 263 | 15 | 307 | 12 | 135 | 0 | 26 | 446 | 130 | 52 |
| Binary | 10110011 | 1101 | 11000111 | 1010 | 1011101 | 0 | 10110 | 100100110 | 1011000 | 101010 |
Color Harmonies of #B30DC7
Complementary color
Monochromatic Colors of #B30DC7
Black with #B30DC7
Text Example
Text Example
White with #B30DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30DC7; }
p { color: rgb(179,13,199); }
H1.HeaderClassName
{
color: #B30DC7;
}
.AnyTagClassName
{
color: #B30DC7;
}
</style>
background-color css
<style>
a { background-color: #B30DC7; }
a { background-color: rgb(179,13,199); }
div.DivClassName
{
background-color: #B30DC7;
}
.BgClassName
{
background-color: #B30DC7;
}
</style>
border-color css
<style>
span { border-color: #B30DC7; }
span { border-color: rgb(179,13,199); }
td.TdClassName
{
border-color: #B30DC7;
}
.TagClassName
{
border-color: #B30DC7;
}
</style>