Shades of Deep Magenta #B724B4
Tints of Deep Magenta #B724B4
RGB
CMYK
RGB Variations
Color information
#B724B4 (or 0xB724B4) is known color: Deep Magenta. HEX triplet: B7, 24 and B4. RGB value is (183,36,180). Sum of RGB (Red+Green+Blue) = 183+36+180=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 36 (14.45% from 255 or 9.02% from 399); Blue value is 180 (70.70% from 255 or 45.11% from 399); Max value from RGB is 183 - color contains mainly: red. Hex color #B724B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B724B4 is #48DB4B. Grayscale: #5F5F5F. Windows color (decimal): -4774732 or 11805879. OLE color: 11805879.
HSL color Cylindrical-coordinate representation of color #B724B4: hue angle of 301.22º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B724B4 is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 36 | 180 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.28 |
| HSL | 301.22º | 0.67% | 0.43% | - |
| HSV(B) | 301.22º | 0.8% | 0.72% | - |
| XYZ | 28.4 | 14.62 | 44.51 | - |
| YUV | 96.37 | 175.2 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 36 | 180 | 0 | 0.80 | 0.02 | 0.28 | 301.22 | 0.67 | 0.43 |
| Hex | B7 | 24 | B4 | 0 | 50 | 2 | 1C | 12D | 43 | 2B |
| Octal | 267 | 44 | 264 | 0 | 120 | 2 | 34 | 455 | 103 | 53 |
| Binary | 10110111 | 100100 | 10110100 | 0 | 1010000 | 10 | 11100 | 100101101 | 1000011 | 101011 |
Color Harmonies of #B724B4
Complementary color
Monochromatic Colors of #B724B4
Black with #B724B4
Text Example
Text Example
White with #B724B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B724B4; }
p { color: rgb(183,36,180); }
H1.HeaderClassName
{
color: #B724B4;
}
.AnyTagClassName
{
color: #B724B4;
}
</style>
background-color css
<style>
a { background-color: #B724B4; }
a { background-color: rgb(183,36,180); }
div.DivClassName
{
background-color: #B724B4;
}
.BgClassName
{
background-color: #B724B4;
}
</style>
border-color css
<style>
span { border-color: #B724B4; }
span { border-color: rgb(183,36,180); }
td.TdClassName
{
border-color: #B724B4;
}
.TagClassName
{
border-color: #B724B4;
}
</style>