Shades of Deep Magenta #B30DB7
Tints of Deep Magenta #B30DB7
RGB
CMYK
RGB Variations
Color information
#B30DB7 (or 0xB30DB7) is known color: Deep Magenta. HEX triplet: B3, 0D and B7. RGB value is (179,13,183). Sum of RGB (Red+Green+Blue) = 179+13+183=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 13 (5.47% from 255 or 3.47% from 375); Blue value is 183 (71.88% from 255 or 48.8% from 375); Max value from RGB is 183 - color contains mainly: blue. Hex color #B30DB7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30DB7 is #4CF248. Grayscale: #515151. Windows color (decimal): -5042761 or 11996595. OLE color: 11996595.
HSL color Cylindrical-coordinate representation of color #B30DB7: hue angle of 298.59º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B30DB7 is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 179 | 13 | 183 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.28 |
| HSL | 298.59º | 0.87% | 0.38% | - |
| HSV(B) | 298.59º | 0.93% | 0.72% | - |
| XYZ | 27.28 | 13.29 | 45.93 | - |
| YUV | 82.01 | 185 | 197.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 13 | 183 | 0.02 | 0.93 | 0 | 0.28 | 298.59 | 0.87 | 0.38 |
| Hex | B3 | D | B7 | 2 | 5D | 0 | 1C | 12B | 57 | 26 |
| Octal | 263 | 15 | 267 | 2 | 135 | 0 | 34 | 453 | 127 | 46 |
| Binary | 10110011 | 1101 | 10110111 | 10 | 1011101 | 0 | 11100 | 100101011 | 1010111 | 100110 |
Color Harmonies of #B30DB7
Complementary color
Monochromatic Colors of #B30DB7
Black with #B30DB7
Text Example
Text Example
White with #B30DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30DB7; }
p { color: rgb(179,13,183); }
H1.HeaderClassName
{
color: #B30DB7;
}
.AnyTagClassName
{
color: #B30DB7;
}
</style>
background-color css
<style>
a { background-color: #B30DB7; }
a { background-color: rgb(179,13,183); }
div.DivClassName
{
background-color: #B30DB7;
}
.BgClassName
{
background-color: #B30DB7;
}
</style>
border-color css
<style>
span { border-color: #B30DB7; }
span { border-color: rgb(179,13,183); }
td.TdClassName
{
border-color: #B30DB7;
}
.TagClassName
{
border-color: #B30DB7;
}
</style>