Shades of Deep Magenta #B30FCF
Tints of Deep Magenta #B30FCF
RGB
CMYK
RGB Variations
Color information
#B30FCF (or 0xB30FCF) is known color: Deep Magenta. HEX triplet: B3, 0F and CF. RGB value is (179,15,207). Sum of RGB (Red+Green+Blue) = 179+15+207=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 15 (6.25% from 255 or 3.74% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #B30FCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30FCF is #4CF030. Grayscale: #555555. Windows color (decimal): -5042225 or 13569971. OLE color: 13569971.
HSL color Cylindrical-coordinate representation of color #B30FCF: hue angle of 291.25º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B30FCF is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 15 | 207 | - |
| CMYK | 0.14 | 0.93 | 0 | 0.19 |
| HSL | 291.25º | 0.86% | 0.44% | - |
| HSV(B) | 291.25º | 0.93% | 0.81% | - |
| XYZ | 30.02 | 14.43 | 60.23 | - |
| YUV | 85.92 | 196.33 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 15 | 207 | 0.14 | 0.93 | 0 | 0.19 | 291.25 | 0.86 | 0.44 |
| Hex | B3 | F | CF | E | 5D | 0 | 13 | 123 | 56 | 2C |
| Octal | 263 | 17 | 317 | 16 | 135 | 0 | 23 | 443 | 126 | 54 |
| Binary | 10110011 | 1111 | 11001111 | 1110 | 1011101 | 0 | 10011 | 100100011 | 1010110 | 101100 |
Color Harmonies of #B30FCF
Complementary color
Monochromatic Colors of #B30FCF
Black with #B30FCF
Text Example
Text Example
White with #B30FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30FCF; }
p { color: rgb(179,15,207); }
H1.HeaderClassName
{
color: #B30FCF;
}
.AnyTagClassName
{
color: #B30FCF;
}
</style>
background-color css
<style>
a { background-color: #B30FCF; }
a { background-color: rgb(179,15,207); }
div.DivClassName
{
background-color: #B30FCF;
}
.BgClassName
{
background-color: #B30FCF;
}
</style>
border-color css
<style>
span { border-color: #B30FCF; }
span { border-color: rgb(179,15,207); }
td.TdClassName
{
border-color: #B30FCF;
}
.TagClassName
{
border-color: #B30FCF;
}
</style>