Shades of Deep Magenta #B925B5
Tints of Deep Magenta #B925B5
RGB
CMYK
RGB Variations
Color information
#B925B5 (or 0xB925B5) is known color: Deep Magenta. HEX triplet: B9, 25 and B5. RGB value is (185,37,181). Sum of RGB (Red+Green+Blue) = 185+37+181=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 37 (14.84% from 255 or 9.18% from 403); Blue value is 181 (71.09% from 255 or 44.91% from 403); Max value from RGB is 185 - color contains mainly: red. Hex color #B925B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B925B5 is #46DA4A. Grayscale: #616161. Windows color (decimal): -4643403 or 11871673. OLE color: 11871673.
HSL color Cylindrical-coordinate representation of color #B925B5: hue angle of 301.62º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B925B5 is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 37 | 181 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.27 |
| HSL | 301.62º | 0.67% | 0.44% | - |
| HSV(B) | 301.62º | 0.8% | 0.73% | - |
| XYZ | 29.01 | 14.97 | 45.08 | - |
| YUV | 97.67 | 175.03 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 37 | 181 | 0 | 0.80 | 0.02 | 0.27 | 301.62 | 0.67 | 0.44 |
| Hex | B9 | 25 | B5 | 0 | 50 | 2 | 1B | 12E | 43 | 2C |
| Octal | 271 | 45 | 265 | 0 | 120 | 2 | 33 | 456 | 103 | 54 |
| Binary | 10111001 | 100101 | 10110101 | 0 | 1010000 | 10 | 11011 | 100101110 | 1000011 | 101100 |
Color Harmonies of #B925B5
Complementary color
Monochromatic Colors of #B925B5
Black with #B925B5
Text Example
Text Example
White with #B925B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B925B5; }
p { color: rgb(185,37,181); }
H1.HeaderClassName
{
color: #B925B5;
}
.AnyTagClassName
{
color: #B925B5;
}
</style>
background-color css
<style>
a { background-color: #B925B5; }
a { background-color: rgb(185,37,181); }
div.DivClassName
{
background-color: #B925B5;
}
.BgClassName
{
background-color: #B925B5;
}
</style>
border-color css
<style>
span { border-color: #B925B5; }
span { border-color: rgb(185,37,181); }
td.TdClassName
{
border-color: #B925B5;
}
.TagClassName
{
border-color: #B925B5;
}
</style>