Shades of Deep Magenta #B30FC7
Tints of Deep Magenta #B30FC7
RGB
CMYK
RGB Variations
Color information
#B30FC7 (or 0xB30FC7) is known color: Deep Magenta. HEX triplet: B3, 0F and C7. RGB value is (179,15,199). Sum of RGB (Red+Green+Blue) = 179+15+199=393 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.55% from 393); Green value is 15 (6.25% from 255 or 3.82% from 393); Blue value is 199 (78.12% from 255 or 50.64% from 393); Max value from RGB is 199 - color contains mainly: blue. Hex color #B30FC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30FC7 is #4CF038. Grayscale: #545454. Windows color (decimal): -5042233 or 13045683. OLE color: 13045683.
HSL color Cylindrical-coordinate representation of color #B30FC7: hue angle of 293.48º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B30FC7 is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 15 | 199 | - |
| CMYK | 0.10 | 0.92 | 0 | 0.22 |
| HSL | 293.48º | 0.86% | 0.42% | - |
| HSV(B) | 293.48º | 0.92% | 0.78% | - |
| XYZ | 29.07 | 14.05 | 55.21 | - |
| YUV | 85.01 | 192.33 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 15 | 199 | 0.10 | 0.92 | 0 | 0.22 | 293.48 | 0.86 | 0.42 |
| Hex | B3 | F | C7 | A | 5C | 0 | 16 | 125 | 56 | 2A |
| Octal | 263 | 17 | 307 | 12 | 134 | 0 | 26 | 445 | 126 | 52 |
| Binary | 10110011 | 1111 | 11000111 | 1010 | 1011100 | 0 | 10110 | 100100101 | 1010110 | 101010 |
Color Harmonies of #B30FC7
Complementary color
Monochromatic Colors of #B30FC7
Black with #B30FC7
Text Example
Text Example
White with #B30FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30FC7; }
p { color: rgb(179,15,199); }
H1.HeaderClassName
{
color: #B30FC7;
}
.AnyTagClassName
{
color: #B30FC7;
}
</style>
background-color css
<style>
a { background-color: #B30FC7; }
a { background-color: rgb(179,15,199); }
div.DivClassName
{
background-color: #B30FC7;
}
.BgClassName
{
background-color: #B30FC7;
}
</style>
border-color css
<style>
span { border-color: #B30FC7; }
span { border-color: rgb(179,15,199); }
td.TdClassName
{
border-color: #B30FC7;
}
.TagClassName
{
border-color: #B30FC7;
}
</style>