Shades of Dark Magenta #B300A3
Tints of Dark Magenta #B300A3
RGB
CMYK
RGB Variations
Color information
#B300A3 (or 0xB300A3) is known color: Dark Magenta. HEX triplet: B3, 00 and A3. RGB value is (179,0,163). Sum of RGB (Red+Green+Blue) = 179+0+163=342 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.34% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 163 (64.06% from 255 or 47.66% from 342); Max value from RGB is 179 - color contains mainly: red. Hex color #B300A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B300A3 is #4CFF5C. Grayscale: #474747. Windows color (decimal): -5046109 or 10682547. OLE color: 10682547.
HSL color Cylindrical-coordinate representation of color #B300A3: hue angle of 305.36º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B300A3 is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 0 | 163 | - |
| CMYK | 0 | 1 | 0.09 | 0.30 |
| HSL | 305.36º | 1% | 0.35% | - |
| HSV(B) | 305.36º | 1% | 0.7% | - |
| XYZ | 25.2 | 12.23 | 35.68 | - |
| YUV | 72.1 | 179.3 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 0 | 163 | 0 | 1 | 0.09 | 0.30 | 305.36 | 1 | 0.35 |
| Hex | B3 | 0 | A3 | 0 | 64 | 9 | 1E | 131 | 64 | 23 |
| Octal | 263 | 0 | 243 | 0 | 144 | 11 | 36 | 461 | 144 | 43 |
| Binary | 10110011 | 0 | 10100011 | 0 | 1100100 | 1001 | 11110 | 100110001 | 1100100 | 100011 |
Color Harmonies of #B300A3
Complementary color
Monochromatic Colors of #B300A3
Black with #B300A3
Text Example
Text Example
White with #B300A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B300A3; }
p { color: rgb(179,0,163); }
H1.HeaderClassName
{
color: #B300A3;
}
.AnyTagClassName
{
color: #B300A3;
}
</style>
background-color css
<style>
a { background-color: #B300A3; }
a { background-color: rgb(179,0,163); }
div.DivClassName
{
background-color: #B300A3;
}
.BgClassName
{
background-color: #B300A3;
}
</style>
border-color css
<style>
span { border-color: #B300A3; }
span { border-color: rgb(179,0,163); }
td.TdClassName
{
border-color: #B300A3;
}
.TagClassName
{
border-color: #B300A3;
}
</style>