Shades of Deep Magenta #B30FCE
Tints of Deep Magenta #B30FCE
RGB
CMYK
RGB Variations
Color information
#B30FCE (or 0xB30FCE) is known color: Deep Magenta. HEX triplet: B3, 0F and CE. RGB value is (179,15,206). Sum of RGB (Red+Green+Blue) = 179+15+206=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 15 (6.25% from 255 or 3.75% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #B30FCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30FCE is #4CF031. Grayscale: #555555. Windows color (decimal): -5042226 or 13504435. OLE color: 13504435.
HSL color Cylindrical-coordinate representation of color #B30FCE: hue angle of 291.52º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B30FCE is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 15 | 206 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.19 |
| HSL | 291.52º | 0.86% | 0.43% | - |
| HSV(B) | 291.52º | 0.93% | 0.81% | - |
| XYZ | 29.9 | 14.38 | 59.59 | - |
| YUV | 85.81 | 195.83 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 15 | 206 | 0.13 | 0.93 | 0 | 0.19 | 291.52 | 0.86 | 0.43 |
| Hex | B3 | F | CE | D | 5D | 0 | 13 | 124 | 56 | 2B |
| Octal | 263 | 17 | 316 | 15 | 135 | 0 | 23 | 444 | 126 | 53 |
| Binary | 10110011 | 1111 | 11001110 | 1101 | 1011101 | 0 | 10011 | 100100100 | 1010110 | 101011 |
Color Harmonies of #B30FCE
Complementary color
Monochromatic Colors of #B30FCE
Black with #B30FCE
Text Example
Text Example
White with #B30FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30FCE; }
p { color: rgb(179,15,206); }
H1.HeaderClassName
{
color: #B30FCE;
}
.AnyTagClassName
{
color: #B30FCE;
}
</style>
background-color css
<style>
a { background-color: #B30FCE; }
a { background-color: rgb(179,15,206); }
div.DivClassName
{
background-color: #B30FCE;
}
.BgClassName
{
background-color: #B30FCE;
}
</style>
border-color css
<style>
span { border-color: #B30FCE; }
span { border-color: rgb(179,15,206); }
td.TdClassName
{
border-color: #B30FCE;
}
.TagClassName
{
border-color: #B30FCE;
}
</style>