Shades of Deep Magenta #B924BE
Tints of Deep Magenta #B924BE
RGB
CMYK
RGB Variations
Color information
#B924BE (or 0xB924BE) is known color: Deep Magenta. HEX triplet: B9, 24 and BE. RGB value is (185,36,190). Sum of RGB (Red+Green+Blue) = 185+36+190=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 36 (14.45% from 255 or 8.76% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #B924BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B924BE is #46DB41. Grayscale: #616161. Windows color (decimal): -4643650 or 12461241. OLE color: 12461241.
HSL color Cylindrical-coordinate representation of color #B924BE: hue angle of 298.05º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B924BE is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 36 | 190 | - |
| CMYK | 0.03 | 0.81 | 0 | 0.25 |
| HSL | 298.05º | 0.68% | 0.44% | - |
| HSV(B) | 298.05º | 0.81% | 0.75% | - |
| XYZ | 29.93 | 15.29 | 50.09 | - |
| YUV | 98.11 | 179.86 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 36 | 190 | 0.03 | 0.81 | 0 | 0.25 | 298.05 | 0.68 | 0.44 |
| Hex | B9 | 24 | BE | 3 | 51 | 0 | 19 | 12A | 44 | 2C |
| Octal | 271 | 44 | 276 | 3 | 121 | 0 | 31 | 452 | 104 | 54 |
| Binary | 10111001 | 100100 | 10111110 | 11 | 1010001 | 0 | 11001 | 100101010 | 1000100 | 101100 |
Color Harmonies of #B924BE
Complementary color
Monochromatic Colors of #B924BE
Black with #B924BE
Text Example
Text Example
White with #B924BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B924BE; }
p { color: rgb(185,36,190); }
H1.HeaderClassName
{
color: #B924BE;
}
.AnyTagClassName
{
color: #B924BE;
}
</style>
background-color css
<style>
a { background-color: #B924BE; }
a { background-color: rgb(185,36,190); }
div.DivClassName
{
background-color: #B924BE;
}
.BgClassName
{
background-color: #B924BE;
}
</style>
border-color css
<style>
span { border-color: #B924BE; }
span { border-color: rgb(185,36,190); }
td.TdClassName
{
border-color: #B924BE;
}
.TagClassName
{
border-color: #B924BE;
}
</style>