Shades of Deep Magenta #B305AC
Tints of Deep Magenta #B305AC
RGB
CMYK
RGB Variations
Color information
#B305AC (or 0xB305AC) is known color: Deep Magenta. HEX triplet: B3, 05 and AC. RGB value is (179,5,172). Sum of RGB (Red+Green+Blue) = 179+5+172=356 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.28% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 179 - color contains mainly: red. Hex color #B305AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B305AC is #4CFA53. Grayscale: #4B4B4B. Windows color (decimal): -5044820 or 11273651. OLE color: 11273651.
HSL color Cylindrical-coordinate representation of color #B305AC: hue angle of 302.41º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B305AC is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 5 | 172 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.30 |
| HSL | 302.41º | 0.95% | 0.36% | - |
| HSV(B) | 302.41º | 0.97% | 0.7% | - |
| XYZ | 26.09 | 12.67 | 40.1 | - |
| YUV | 76.06 | 182.15 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 5 | 172 | 0 | 0.97 | 0.04 | 0.30 | 302.41 | 0.95 | 0.36 |
| Hex | B3 | 5 | AC | 0 | 61 | 4 | 1E | 12E | 5F | 24 |
| Octal | 263 | 5 | 254 | 0 | 141 | 4 | 36 | 456 | 137 | 44 |
| Binary | 10110011 | 101 | 10101100 | 0 | 1100001 | 100 | 11110 | 100101110 | 1011111 | 100100 |
Color Harmonies of #B305AC
Complementary color
Monochromatic Colors of #B305AC
Black with #B305AC
Text Example
Text Example
White with #B305AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B305AC; }
p { color: rgb(179,5,172); }
H1.HeaderClassName
{
color: #B305AC;
}
.AnyTagClassName
{
color: #B305AC;
}
</style>
background-color css
<style>
a { background-color: #B305AC; }
a { background-color: rgb(179,5,172); }
div.DivClassName
{
background-color: #B305AC;
}
.BgClassName
{
background-color: #B305AC;
}
</style>
border-color css
<style>
span { border-color: #B305AC; }
span { border-color: rgb(179,5,172); }
td.TdClassName
{
border-color: #B305AC;
}
.TagClassName
{
border-color: #B305AC;
}
</style>