Shades of Deep Magenta #B507AC
Tints of Deep Magenta #B507AC
RGB
CMYK
RGB Variations
Color information
#B507AC (or 0xB507AC) is known color: Deep Magenta. HEX triplet: B5, 07 and AC. RGB value is (181,7,172). Sum of RGB (Red+Green+Blue) = 181+7+172=360 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.28% from 360); Green value is 7 (3.12% from 255 or 1.94% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 181 - color contains mainly: red. Hex color #B507AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B507AC is #4AF853. Grayscale: #4D4D4D. Windows color (decimal): -4913236 or 11274165. OLE color: 11274165.
HSL color Cylindrical-coordinate representation of color #B507AC: hue angle of 303.1º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B507AC is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 7 | 172 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.29 |
| HSL | 303.1º | 0.93% | 0.37% | - |
| HSV(B) | 303.1º | 0.96% | 0.71% | - |
| XYZ | 26.58 | 12.95 | 40.13 | - |
| YUV | 77.84 | 181.15 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 7 | 172 | 0 | 0.96 | 0.05 | 0.29 | 303.1 | 0.93 | 0.37 |
| Hex | B5 | 7 | AC | 0 | 60 | 5 | 1D | 12F | 5D | 25 |
| Octal | 265 | 7 | 254 | 0 | 140 | 5 | 35 | 457 | 135 | 45 |
| Binary | 10110101 | 111 | 10101100 | 0 | 1100000 | 101 | 11101 | 100101111 | 1011101 | 100101 |
Color Harmonies of #B507AC
Complementary color
Monochromatic Colors of #B507AC
Black with #B507AC
Text Example
Text Example
White with #B507AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B507AC; }
p { color: rgb(181,7,172); }
H1.HeaderClassName
{
color: #B507AC;
}
.AnyTagClassName
{
color: #B507AC;
}
</style>
background-color css
<style>
a { background-color: #B507AC; }
a { background-color: rgb(181,7,172); }
div.DivClassName
{
background-color: #B507AC;
}
.BgClassName
{
background-color: #B507AC;
}
</style>
border-color css
<style>
span { border-color: #B507AC; }
span { border-color: rgb(181,7,172); }
td.TdClassName
{
border-color: #B507AC;
}
.TagClassName
{
border-color: #B507AC;
}
</style>