Shades of Deep Magenta #B30DB5
Tints of Deep Magenta #B30DB5
RGB
CMYK
RGB Variations
Color information
#B30DB5 (or 0xB30DB5) is known color: Deep Magenta. HEX triplet: B3, 0D and B5. RGB value is (179,13,181). Sum of RGB (Red+Green+Blue) = 179+13+181=373 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.99% from 373); Green value is 13 (5.47% from 255 or 3.49% from 373); Blue value is 181 (71.09% from 255 or 48.53% from 373); Max value from RGB is 181 - color contains mainly: blue. Hex color #B30DB5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30DB5 is #4CF24A. Grayscale: #515151. Windows color (decimal): -5042763 or 11865523. OLE color: 11865523.
HSL color Cylindrical-coordinate representation of color #B30DB5: hue angle of 299.29º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B30DB5 is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 179 | 13 | 181 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.29 |
| HSL | 299.29º | 0.87% | 0.38% | - |
| HSV(B) | 299.29º | 0.93% | 0.71% | - |
| XYZ | 27.07 | 13.21 | 44.84 | - |
| YUV | 81.79 | 184 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 13 | 181 | 0.01 | 0.93 | 0 | 0.29 | 299.29 | 0.87 | 0.38 |
| Hex | B3 | D | B5 | 1 | 5D | 0 | 1D | 12B | 57 | 26 |
| Octal | 263 | 15 | 265 | 1 | 135 | 0 | 35 | 453 | 127 | 46 |
| Binary | 10110011 | 1101 | 10110101 | 1 | 1011101 | 0 | 11101 | 100101011 | 1010111 | 100110 |
Color Harmonies of #B30DB5
Complementary color
Monochromatic Colors of #B30DB5
Black with #B30DB5
Text Example
Text Example
White with #B30DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30DB5; }
p { color: rgb(179,13,181); }
H1.HeaderClassName
{
color: #B30DB5;
}
.AnyTagClassName
{
color: #B30DB5;
}
</style>
background-color css
<style>
a { background-color: #B30DB5; }
a { background-color: rgb(179,13,181); }
div.DivClassName
{
background-color: #B30DB5;
}
.BgClassName
{
background-color: #B30DB5;
}
</style>
border-color css
<style>
span { border-color: #B30DB5; }
span { border-color: rgb(179,13,181); }
td.TdClassName
{
border-color: #B30DB5;
}
.TagClassName
{
border-color: #B30DB5;
}
</style>