Shades of Deep Magenta #B925B3
Tints of Deep Magenta #B925B3
RGB
CMYK
RGB Variations
Color information
#B925B3 (or 0xB925B3) is known color: Deep Magenta. HEX triplet: B9, 25 and B3. RGB value is (185,37,179). Sum of RGB (Red+Green+Blue) = 185+37+179=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 37 (14.84% from 255 or 9.23% from 401); Blue value is 179 (70.31% from 255 or 44.64% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B925B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B925B3 is #46DA4C. Grayscale: #616161. Windows color (decimal): -4643405 or 11740601. OLE color: 11740601.
HSL color Cylindrical-coordinate representation of color #B925B3: hue angle of 302.43º 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 #B925B3 is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 37 | 179 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.27 |
| HSL | 302.43º | 0.67% | 0.44% | - |
| HSV(B) | 302.43º | 0.8% | 0.73% | - |
| XYZ | 28.81 | 14.89 | 44 | - |
| YUV | 97.44 | 174.03 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 37 | 179 | 0 | 0.80 | 0.03 | 0.27 | 302.43 | 0.67 | 0.44 |
| Hex | B9 | 25 | B3 | 0 | 50 | 3 | 1B | 12E | 43 | 2C |
| Octal | 271 | 45 | 263 | 0 | 120 | 3 | 33 | 456 | 103 | 54 |
| Binary | 10111001 | 100101 | 10110011 | 0 | 1010000 | 11 | 11011 | 100101110 | 1000011 | 101100 |
Color Harmonies of #B925B3
Complementary color
Monochromatic Colors of #B925B3
Black with #B925B3
Text Example
Text Example
White with #B925B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B925B3; }
p { color: rgb(185,37,179); }
H1.HeaderClassName
{
color: #B925B3;
}
.AnyTagClassName
{
color: #B925B3;
}
</style>
background-color css
<style>
a { background-color: #B925B3; }
a { background-color: rgb(185,37,179); }
div.DivClassName
{
background-color: #B925B3;
}
.BgClassName
{
background-color: #B925B3;
}
</style>
border-color css
<style>
span { border-color: #B925B3; }
span { border-color: rgb(185,37,179); }
td.TdClassName
{
border-color: #B925B3;
}
.TagClassName
{
border-color: #B925B3;
}
</style>