Shades of Deep Magenta #B30FB5
Tints of Deep Magenta #B30FB5
RGB
CMYK
RGB Variations
Color information
#B30FB5 (or 0xB30FB5) is known color: Deep Magenta. HEX triplet: B3, 0F and B5. RGB value is (179,15,181). Sum of RGB (Red+Green+Blue) = 179+15+181=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 15 (6.25% from 255 or 4% from 375); Blue value is 181 (71.09% from 255 or 48.27% from 375); Max value from RGB is 181 - color contains mainly: blue. Hex color #B30FB5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30FB5 is #4CF04A. Grayscale: #525252. Windows color (decimal): -5042251 or 11866035. OLE color: 11866035.
HSL color Cylindrical-coordinate representation of color #B30FB5: hue angle of 299.28º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B30FB5 is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 179 | 15 | 181 | - |
| CMYK | 0.01 | 0.92 | 0 | 0.29 |
| HSL | 299.28º | 0.85% | 0.38% | - |
| HSV(B) | 299.28º | 0.92% | 0.71% | - |
| XYZ | 27.1 | 13.26 | 44.85 | - |
| YUV | 82.96 | 183.33 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 15 | 181 | 0.01 | 0.92 | 0 | 0.29 | 299.28 | 0.85 | 0.38 |
| Hex | B3 | F | B5 | 1 | 5C | 0 | 1D | 12B | 55 | 26 |
| Octal | 263 | 17 | 265 | 1 | 134 | 0 | 35 | 453 | 125 | 46 |
| Binary | 10110011 | 1111 | 10110101 | 1 | 1011100 | 0 | 11101 | 100101011 | 1010101 | 100110 |
Color Harmonies of #B30FB5
Complementary color
Monochromatic Colors of #B30FB5
Black with #B30FB5
Text Example
Text Example
White with #B30FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30FB5; }
p { color: rgb(179,15,181); }
H1.HeaderClassName
{
color: #B30FB5;
}
.AnyTagClassName
{
color: #B30FB5;
}
</style>
background-color css
<style>
a { background-color: #B30FB5; }
a { background-color: rgb(179,15,181); }
div.DivClassName
{
background-color: #B30FB5;
}
.BgClassName
{
background-color: #B30FB5;
}
</style>
border-color css
<style>
span { border-color: #B30FB5; }
span { border-color: rgb(179,15,181); }
td.TdClassName
{
border-color: #B30FB5;
}
.TagClassName
{
border-color: #B30FB5;
}
</style>