Shades of Deep Magenta #B30FCB
Tints of Deep Magenta #B30FCB
RGB
CMYK
RGB Variations
Color information
#B30FCB (or 0xB30FCB) is known color: Deep Magenta. HEX triplet: B3, 0F and CB. RGB value is (179,15,203). Sum of RGB (Red+Green+Blue) = 179+15+203=397 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.09% from 397); Green value is 15 (6.25% from 255 or 3.78% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #B30FCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30FCB is #4CF034. Grayscale: #545454. Windows color (decimal): -5042229 or 13307827. OLE color: 13307827.
HSL color Cylindrical-coordinate representation of color #B30FCB: hue angle of 292.34º 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 #B30FCB is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 15 | 203 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.20 |
| HSL | 292.34º | 0.86% | 0.43% | - |
| HSV(B) | 292.34º | 0.93% | 0.8% | - |
| XYZ | 29.54 | 14.24 | 57.69 | - |
| YUV | 85.47 | 194.33 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 15 | 203 | 0.12 | 0.93 | 0 | 0.20 | 292.34 | 0.86 | 0.43 |
| Hex | B3 | F | CB | C | 5D | 0 | 14 | 124 | 56 | 2B |
| Octal | 263 | 17 | 313 | 14 | 135 | 0 | 24 | 444 | 126 | 53 |
| Binary | 10110011 | 1111 | 11001011 | 1100 | 1011101 | 0 | 10100 | 100100100 | 1010110 | 101011 |
Color Harmonies of #B30FCB
Complementary color
Monochromatic Colors of #B30FCB
Black with #B30FCB
Text Example
Text Example
White with #B30FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30FCB; }
p { color: rgb(179,15,203); }
H1.HeaderClassName
{
color: #B30FCB;
}
.AnyTagClassName
{
color: #B30FCB;
}
</style>
background-color css
<style>
a { background-color: #B30FCB; }
a { background-color: rgb(179,15,203); }
div.DivClassName
{
background-color: #B30FCB;
}
.BgClassName
{
background-color: #B30FCB;
}
</style>
border-color css
<style>
span { border-color: #B30FCB; }
span { border-color: rgb(179,15,203); }
td.TdClassName
{
border-color: #B30FCB;
}
.TagClassName
{
border-color: #B30FCB;
}
</style>