Shades of Deep Magenta #B30FCD
Tints of Deep Magenta #B30FCD
RGB
CMYK
RGB Variations
Color information
#B30FCD (or 0xB30FCD) is known color: Deep Magenta. HEX triplet: B3, 0F and CD. RGB value is (179,15,205). Sum of RGB (Red+Green+Blue) = 179+15+205=399 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.86% from 399); Green value is 15 (6.25% from 255 or 3.76% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #B30FCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30FCD is #4CF032. Grayscale: #555555. Windows color (decimal): -5042227 or 13438899. OLE color: 13438899.
HSL color Cylindrical-coordinate representation of color #B30FCD: hue angle of 291.79º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B30FCD is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 15 | 205 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.20 |
| HSL | 291.79º | 0.86% | 0.43% | - |
| HSV(B) | 291.79º | 0.93% | 0.8% | - |
| XYZ | 29.78 | 14.33 | 58.95 | - |
| YUV | 85.7 | 195.33 | 194.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 15 | 205 | 0.13 | 0.93 | 0 | 0.20 | 291.79 | 0.86 | 0.43 |
| Hex | B3 | F | CD | D | 5D | 0 | 14 | 124 | 56 | 2B |
| Octal | 263 | 17 | 315 | 15 | 135 | 0 | 24 | 444 | 126 | 53 |
| Binary | 10110011 | 1111 | 11001101 | 1101 | 1011101 | 0 | 10100 | 100100100 | 1010110 | 101011 |
Color Harmonies of #B30FCD
Complementary color
Monochromatic Colors of #B30FCD
Black with #B30FCD
Text Example
Text Example
White with #B30FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30FCD; }
p { color: rgb(179,15,205); }
H1.HeaderClassName
{
color: #B30FCD;
}
.AnyTagClassName
{
color: #B30FCD;
}
</style>
background-color css
<style>
a { background-color: #B30FCD; }
a { background-color: rgb(179,15,205); }
div.DivClassName
{
background-color: #B30FCD;
}
.BgClassName
{
background-color: #B30FCD;
}
</style>
border-color css
<style>
span { border-color: #B30FCD; }
span { border-color: rgb(179,15,205); }
td.TdClassName
{
border-color: #B30FCD;
}
.TagClassName
{
border-color: #B30FCD;
}
</style>