Shades of Deep Magenta #B309A8
Tints of Deep Magenta #B309A8
RGB
CMYK
RGB Variations
Color information
#B309A8 (or 0xB309A8) is known color: Deep Magenta. HEX triplet: B3, 09 and A8. RGB value is (179,9,168). Sum of RGB (Red+Green+Blue) = 179+9+168=356 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.28% from 356); Green value is 9 (3.91% from 255 or 2.53% from 356); Blue value is 168 (66.02% from 255 or 47.19% from 356); Max value from RGB is 179 - color contains mainly: red. Hex color #B309A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B309A8 is #4CF657. Grayscale: #4D4D4D. Windows color (decimal): -5043800 or 11012531. OLE color: 11012531.
HSL color Cylindrical-coordinate representation of color #B309A8: hue angle of 303.88º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B309A8 is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 9 | 168 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.30 |
| HSL | 303.88º | 0.9% | 0.37% | - |
| HSV(B) | 303.88º | 0.95% | 0.7% | - |
| XYZ | 25.76 | 12.61 | 38.12 | - |
| YUV | 77.96 | 178.82 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 9 | 168 | 0 | 0.95 | 0.06 | 0.30 | 303.88 | 0.9 | 0.37 |
| Hex | B3 | 9 | A8 | 0 | 5F | 6 | 1E | 130 | 5A | 25 |
| Octal | 263 | 11 | 250 | 0 | 137 | 6 | 36 | 460 | 132 | 45 |
| Binary | 10110011 | 1001 | 10101000 | 0 | 1011111 | 110 | 11110 | 100110000 | 1011010 | 100101 |
Color Harmonies of #B309A8
Complementary color
Monochromatic Colors of #B309A8
Black with #B309A8
Text Example
Text Example
White with #B309A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B309A8; }
p { color: rgb(179,9,168); }
H1.HeaderClassName
{
color: #B309A8;
}
.AnyTagClassName
{
color: #B309A8;
}
</style>
background-color css
<style>
a { background-color: #B309A8; }
a { background-color: rgb(179,9,168); }
div.DivClassName
{
background-color: #B309A8;
}
.BgClassName
{
background-color: #B309A8;
}
</style>
border-color css
<style>
span { border-color: #B309A8; }
span { border-color: rgb(179,9,168); }
td.TdClassName
{
border-color: #B309A8;
}
.TagClassName
{
border-color: #B309A8;
}
</style>