Shades of Deep Magenta #B308AC
Tints of Deep Magenta #B308AC
RGB
CMYK
RGB Variations
Color information
#B308AC (or 0xB308AC) is known color: Deep Magenta. HEX triplet: B3, 08 and AC. RGB value is (179,8,172). Sum of RGB (Red+Green+Blue) = 179+8+172=359 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.86% from 359); Green value is 8 (3.52% from 255 or 2.23% from 359); Blue value is 172 (67.58% from 255 or 47.91% from 359); Max value from RGB is 179 - color contains mainly: red. Hex color #B308AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B308AC is #4CF753. Grayscale: #4D4D4D. Windows color (decimal): -5044052 or 11274419. OLE color: 11274419.
HSL color Cylindrical-coordinate representation of color #B308AC: hue angle of 302.46º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B308AC is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 8 | 172 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.30 |
| HSL | 302.46º | 0.91% | 0.37% | - |
| HSV(B) | 302.46º | 0.96% | 0.7% | - |
| XYZ | 26.12 | 12.74 | 40.11 | - |
| YUV | 77.83 | 181.15 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 8 | 172 | 0 | 0.96 | 0.04 | 0.30 | 302.46 | 0.91 | 0.37 |
| Hex | B3 | 8 | AC | 0 | 60 | 4 | 1E | 12E | 5B | 25 |
| Octal | 263 | 10 | 254 | 0 | 140 | 4 | 36 | 456 | 133 | 45 |
| Binary | 10110011 | 1000 | 10101100 | 0 | 1100000 | 100 | 11110 | 100101110 | 1011011 | 100101 |
Color Harmonies of #B308AC
Complementary color
Monochromatic Colors of #B308AC
Black with #B308AC
Text Example
Text Example
White with #B308AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B308AC; }
p { color: rgb(179,8,172); }
H1.HeaderClassName
{
color: #B308AC;
}
.AnyTagClassName
{
color: #B308AC;
}
</style>
background-color css
<style>
a { background-color: #B308AC; }
a { background-color: rgb(179,8,172); }
div.DivClassName
{
background-color: #B308AC;
}
.BgClassName
{
background-color: #B308AC;
}
</style>
border-color css
<style>
span { border-color: #B308AC; }
span { border-color: rgb(179,8,172); }
td.TdClassName
{
border-color: #B308AC;
}
.TagClassName
{
border-color: #B308AC;
}
</style>