Shades of Deep Magenta #B30BAF
Tints of Deep Magenta #B30BAF
RGB
CMYK
RGB Variations
Color information
#B30BAF (or 0xB30BAF) is known color: Deep Magenta. HEX triplet: B3, 0B and AF. RGB value is (179,11,175). Sum of RGB (Red+Green+Blue) = 179+11+175=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 11 (4.69% from 255 or 3.01% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B30BAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30BAF is #4CF450. Grayscale: #4F4F4F. Windows color (decimal): -5043281 or 11471795. OLE color: 11471795.
HSL color Cylindrical-coordinate representation of color #B30BAF: hue angle of 301.43º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30BAF is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 11 | 175 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.30 |
| HSL | 301.43º | 0.88% | 0.37% | - |
| HSV(B) | 301.43º | 0.94% | 0.7% | - |
| XYZ | 26.45 | 12.92 | 41.66 | - |
| YUV | 79.93 | 181.66 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 11 | 175 | 0 | 0.94 | 0.02 | 0.30 | 301.43 | 0.88 | 0.37 |
| Hex | B3 | B | AF | 0 | 5E | 2 | 1E | 12D | 58 | 25 |
| Octal | 263 | 13 | 257 | 0 | 136 | 2 | 36 | 455 | 130 | 45 |
| Binary | 10110011 | 1011 | 10101111 | 0 | 1011110 | 10 | 11110 | 100101101 | 1011000 | 100101 |
Color Harmonies of #B30BAF
Complementary color
Monochromatic Colors of #B30BAF
Black with #B30BAF
Text Example
Text Example
White with #B30BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30BAF; }
p { color: rgb(179,11,175); }
H1.HeaderClassName
{
color: #B30BAF;
}
.AnyTagClassName
{
color: #B30BAF;
}
</style>
background-color css
<style>
a { background-color: #B30BAF; }
a { background-color: rgb(179,11,175); }
div.DivClassName
{
background-color: #B30BAF;
}
.BgClassName
{
background-color: #B30BAF;
}
</style>
border-color css
<style>
span { border-color: #B30BAF; }
span { border-color: rgb(179,11,175); }
td.TdClassName
{
border-color: #B30BAF;
}
.TagClassName
{
border-color: #B30BAF;
}
</style>