Shades of Deep Magenta #B725B5
Tints of Deep Magenta #B725B5
RGB
CMYK
RGB Variations
Color information
#B725B5 (or 0xB725B5) is known color: Deep Magenta. HEX triplet: B7, 25 and B5. RGB value is (183,37,181). Sum of RGB (Red+Green+Blue) = 183+37+181=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 37 (14.84% from 255 or 9.23% from 401); Blue value is 181 (71.09% from 255 or 45.14% from 401); Max value from RGB is 183 - color contains mainly: red. Hex color #B725B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B725B5 is #48DA4A. Grayscale: #606060. Windows color (decimal): -4774475 or 11871671. OLE color: 11871671.
HSL color Cylindrical-coordinate representation of color #B725B5: hue angle of 300.82º degrees, saturation: 0.66, 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 #B725B5 is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 37 | 181 | - |
| CMYK | 0 | 0.80 | 0.01 | 0.28 |
| HSL | 300.82º | 0.66% | 0.43% | - |
| HSV(B) | 300.82º | 0.8% | 0.72% | - |
| XYZ | 28.53 | 14.73 | 45.05 | - |
| YUV | 97.07 | 175.37 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 37 | 181 | 0 | 0.80 | 0.01 | 0.28 | 300.82 | 0.66 | 0.43 |
| Hex | B7 | 25 | B5 | 0 | 50 | 1 | 1C | 12D | 42 | 2B |
| Octal | 267 | 45 | 265 | 0 | 120 | 1 | 34 | 455 | 102 | 53 |
| Binary | 10110111 | 100101 | 10110101 | 0 | 1010000 | 1 | 11100 | 100101101 | 1000010 | 101011 |
Color Harmonies of #B725B5
Complementary color
Monochromatic Colors of #B725B5
Black with #B725B5
Text Example
Text Example
White with #B725B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B725B5; }
p { color: rgb(183,37,181); }
H1.HeaderClassName
{
color: #B725B5;
}
.AnyTagClassName
{
color: #B725B5;
}
</style>
background-color css
<style>
a { background-color: #B725B5; }
a { background-color: rgb(183,37,181); }
div.DivClassName
{
background-color: #B725B5;
}
.BgClassName
{
background-color: #B725B5;
}
</style>
border-color css
<style>
span { border-color: #B725B5; }
span { border-color: rgb(183,37,181); }
td.TdClassName
{
border-color: #B725B5;
}
.TagClassName
{
border-color: #B725B5;
}
</style>