Shades of Deep Magenta #B30BC7
Tints of Deep Magenta #B30BC7
RGB
CMYK
RGB Variations
Color information
#B30BC7 (or 0xB30BC7) is known color: Deep Magenta. HEX triplet: B3, 0B and C7. RGB value is (179,11,199). Sum of RGB (Red+Green+Blue) = 179+11+199=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 11 (4.69% from 255 or 2.83% from 389); Blue value is 199 (78.12% from 255 or 51.16% from 389); Max value from RGB is 199 - color contains mainly: blue. Hex color #B30BC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30BC7 is #4CF438. Grayscale: #525252. Windows color (decimal): -5043257 or 13044659. OLE color: 13044659.
HSL color Cylindrical-coordinate representation of color #B30BC7: hue angle of 293.62º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30BC7 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 11 | 199 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.22 |
| HSL | 293.62º | 0.9% | 0.41% | - |
| HSV(B) | 293.62º | 0.94% | 0.78% | - |
| XYZ | 29.02 | 13.95 | 55.2 | - |
| YUV | 82.66 | 193.66 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 11 | 199 | 0.10 | 0.94 | 0 | 0.22 | 293.62 | 0.9 | 0.41 |
| Hex | B3 | B | C7 | A | 5E | 0 | 16 | 126 | 5A | 29 |
| Octal | 263 | 13 | 307 | 12 | 136 | 0 | 26 | 446 | 132 | 51 |
| Binary | 10110011 | 1011 | 11000111 | 1010 | 1011110 | 0 | 10110 | 100100110 | 1011010 | 101001 |
Color Harmonies of #B30BC7
Complementary color
Monochromatic Colors of #B30BC7
Black with #B30BC7
Text Example
Text Example
White with #B30BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30BC7; }
p { color: rgb(179,11,199); }
H1.HeaderClassName
{
color: #B30BC7;
}
.AnyTagClassName
{
color: #B30BC7;
}
</style>
background-color css
<style>
a { background-color: #B30BC7; }
a { background-color: rgb(179,11,199); }
div.DivClassName
{
background-color: #B30BC7;
}
.BgClassName
{
background-color: #B30BC7;
}
</style>
border-color css
<style>
span { border-color: #B30BC7; }
span { border-color: rgb(179,11,199); }
td.TdClassName
{
border-color: #B30BC7;
}
.TagClassName
{
border-color: #B30BC7;
}
</style>