Shades of Deep Magenta #B300AA
Tints of Deep Magenta #B300AA
RGB
CMYK
RGB Variations
Color information
#B300AA (or 0xB300AA) is known color: Deep Magenta. HEX triplet: B3, 00 and AA. RGB value is (179,0,170). Sum of RGB (Red+Green+Blue) = 179+0+170=349 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.29% from 349); Green value is 0 (0.39% from 255 or 0% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 179 - color contains mainly: red. Hex color #B300AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B300AA is #4CFF55. Grayscale: #484848. Windows color (decimal): -5046102 or 11141299. OLE color: 11141299.
HSL color Cylindrical-coordinate representation of color #B300AA: hue angle of 303.02º 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 #B300AA is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 0 | 170 | - |
| CMYK | 0 | 1 | 0.05 | 0.30 |
| HSL | 303.02º | 1% | 0.35% | - |
| HSV(B) | 303.02º | 1% | 0.7% | - |
| XYZ | 25.85 | 12.49 | 39.08 | - |
| YUV | 72.9 | 182.8 | 203.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 0 | 170 | 0 | 1 | 0.05 | 0.30 | 303.02 | 1 | 0.35 |
| Hex | B3 | 0 | AA | 0 | 64 | 5 | 1E | 12F | 64 | 23 |
| Octal | 263 | 0 | 252 | 0 | 144 | 5 | 36 | 457 | 144 | 43 |
| Binary | 10110011 | 0 | 10101010 | 0 | 1100100 | 101 | 11110 | 100101111 | 1100100 | 100011 |
Color Harmonies of #B300AA
Complementary color
Monochromatic Colors of #B300AA
Black with #B300AA
Text Example
Text Example
White with #B300AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B300AA; }
p { color: rgb(179,0,170); }
H1.HeaderClassName
{
color: #B300AA;
}
.AnyTagClassName
{
color: #B300AA;
}
</style>
background-color css
<style>
a { background-color: #B300AA; }
a { background-color: rgb(179,0,170); }
div.DivClassName
{
background-color: #B300AA;
}
.BgClassName
{
background-color: #B300AA;
}
</style>
border-color css
<style>
span { border-color: #B300AA; }
span { border-color: rgb(179,0,170); }
td.TdClassName
{
border-color: #B300AA;
}
.TagClassName
{
border-color: #B300AA;
}
</style>