Shades of Deep Magenta #B918DA
Tints of Deep Magenta #B918DA
RGB
CMYK
RGB Variations
Color information
#B918DA (or 0xB918DA) is known color: Deep Magenta. HEX triplet: B9, 18 and DA. RGB value is (185,24,218). Sum of RGB (Red+Green+Blue) = 185+24+218=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 24 (9.77% from 255 or 5.62% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #B918DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B918DA is #46E725. Grayscale: #5D5D5D. Windows color (decimal): -4646694 or 14293177. OLE color: 14293177.
HSL color Cylindrical-coordinate representation of color #B918DA: hue angle of 289.79º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B918DA is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 24 | 218 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.15 |
| HSL | 289.79º | 0.8% | 0.47% | - |
| HSV(B) | 289.79º | 0.89% | 0.85% | - |
| XYZ | 32.99 | 16.03 | 67.68 | - |
| YUV | 94.26 | 197.84 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 24 | 218 | 0.15 | 0.89 | 0 | 0.15 | 289.79 | 0.8 | 0.47 |
| Hex | B9 | 18 | DA | F | 59 | 0 | F | 122 | 50 | 2F |
| Octal | 271 | 30 | 332 | 17 | 131 | 0 | 17 | 442 | 120 | 57 |
| Binary | 10111001 | 11000 | 11011010 | 1111 | 1011001 | 0 | 1111 | 100100010 | 1010000 | 101111 |
Color Harmonies of #B918DA
Complementary color
Monochromatic Colors of #B918DA
Black with #B918DA
Text Example
Text Example
White with #B918DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B918DA; }
p { color: rgb(185,24,218); }
H1.HeaderClassName
{
color: #B918DA;
}
.AnyTagClassName
{
color: #B918DA;
}
</style>
background-color css
<style>
a { background-color: #B918DA; }
a { background-color: rgb(185,24,218); }
div.DivClassName
{
background-color: #B918DA;
}
.BgClassName
{
background-color: #B918DA;
}
</style>
border-color css
<style>
span { border-color: #B918DA; }
span { border-color: rgb(185,24,218); }
td.TdClassName
{
border-color: #B918DA;
}
.TagClassName
{
border-color: #B918DA;
}
</style>