Shades of Deep Magenta #B30DC8
Tints of Deep Magenta #B30DC8
RGB
CMYK
RGB Variations
Color information
#B30DC8 (or 0xB30DC8) is known color: Deep Magenta. HEX triplet: B3, 0D and C8. RGB value is (179,13,200). Sum of RGB (Red+Green+Blue) = 179+13+200=392 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.66% from 392); Green value is 13 (5.47% from 255 or 3.32% from 392); Blue value is 200 (78.52% from 255 or 51.02% from 392); Max value from RGB is 200 - color contains mainly: blue. Hex color #B30DC8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30DC8 is #4CF237. Grayscale: #535353. Windows color (decimal): -5042744 or 13110707. OLE color: 13110707.
HSL color Cylindrical-coordinate representation of color #B30DC8: hue angle of 293.26º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30DC8 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 13 | 200 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.22 |
| HSL | 293.26º | 0.88% | 0.42% | - |
| HSV(B) | 293.26º | 0.94% | 0.78% | - |
| XYZ | 29.16 | 14.04 | 55.82 | - |
| YUV | 83.95 | 193.5 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 13 | 200 | 0.10 | 0.94 | 0 | 0.22 | 293.26 | 0.88 | 0.42 |
| Hex | B3 | D | C8 | A | 5E | 0 | 16 | 125 | 58 | 2A |
| Octal | 263 | 15 | 310 | 12 | 136 | 0 | 26 | 445 | 130 | 52 |
| Binary | 10110011 | 1101 | 11001000 | 1010 | 1011110 | 0 | 10110 | 100100101 | 1011000 | 101010 |
Color Harmonies of #B30DC8
Complementary color
Monochromatic Colors of #B30DC8
Black with #B30DC8
Text Example
Text Example
White with #B30DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30DC8; }
p { color: rgb(179,13,200); }
H1.HeaderClassName
{
color: #B30DC8;
}
.AnyTagClassName
{
color: #B30DC8;
}
</style>
background-color css
<style>
a { background-color: #B30DC8; }
a { background-color: rgb(179,13,200); }
div.DivClassName
{
background-color: #B30DC8;
}
.BgClassName
{
background-color: #B30DC8;
}
</style>
border-color css
<style>
span { border-color: #B30DC8; }
span { border-color: rgb(179,13,200); }
td.TdClassName
{
border-color: #B30DC8;
}
.TagClassName
{
border-color: #B30DC8;
}
</style>