Shades of Deep Magenta #B724BB
Tints of Deep Magenta #B724BB
RGB
CMYK
RGB Variations
Color information
#B724BB (or 0xB724BB) is known color: Deep Magenta. HEX triplet: B7, 24 and BB. RGB value is (183,36,187). Sum of RGB (Red+Green+Blue) = 183+36+187=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 36 (14.45% from 255 or 8.87% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 187 - color contains mainly: blue. Hex color #B724BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B724BB is #48DB44. Grayscale: #606060. Windows color (decimal): -4774725 or 12264631. OLE color: 12264631.
HSL color Cylindrical-coordinate representation of color #B724BB: hue angle of 298.41º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B724BB is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 36 | 187 | - |
| CMYK | 0.02 | 0.81 | 0 | 0.27 |
| HSL | 298.41º | 0.68% | 0.44% | - |
| HSV(B) | 298.41º | 0.81% | 0.73% | - |
| XYZ | 29.13 | 14.92 | 48.36 | - |
| YUV | 97.17 | 178.7 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 36 | 187 | 0.02 | 0.81 | 0 | 0.27 | 298.41 | 0.68 | 0.44 |
| Hex | B7 | 24 | BB | 2 | 51 | 0 | 1B | 12A | 44 | 2C |
| Octal | 267 | 44 | 273 | 2 | 121 | 0 | 33 | 452 | 104 | 54 |
| Binary | 10110111 | 100100 | 10111011 | 10 | 1010001 | 0 | 11011 | 100101010 | 1000100 | 101100 |
Color Harmonies of #B724BB
Complementary color
Monochromatic Colors of #B724BB
Black with #B724BB
Text Example
Text Example
White with #B724BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B724BB; }
p { color: rgb(183,36,187); }
H1.HeaderClassName
{
color: #B724BB;
}
.AnyTagClassName
{
color: #B724BB;
}
</style>
background-color css
<style>
a { background-color: #B724BB; }
a { background-color: rgb(183,36,187); }
div.DivClassName
{
background-color: #B724BB;
}
.BgClassName
{
background-color: #B724BB;
}
</style>
border-color css
<style>
span { border-color: #B724BB; }
span { border-color: rgb(183,36,187); }
td.TdClassName
{
border-color: #B724BB;
}
.TagClassName
{
border-color: #B724BB;
}
</style>