Shades of Deep Magenta #B90CDD
Tints of Deep Magenta #B90CDD
RGB
CMYK
RGB Variations
Color information
#B90CDD (or 0xB90CDD) is known color: Deep Magenta. HEX triplet: B9, 0C and DD. RGB value is (185,12,221). Sum of RGB (Red+Green+Blue) = 185+12+221=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 12 (5.08% from 255 or 2.87% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #B90CDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90CDD is #46F322. Grayscale: #565656. Windows color (decimal): -4649763 or 14486713. OLE color: 14486713.
HSL color Cylindrical-coordinate representation of color #B90CDD: hue angle of 289.67º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B90CDD is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 12 | 221 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.13 |
| HSL | 289.67º | 0.9% | 0.46% | - |
| HSV(B) | 289.67º | 0.95% | 0.87% | - |
| XYZ | 33.19 | 15.8 | 69.71 | - |
| YUV | 87.55 | 203.31 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 12 | 221 | 0.16 | 0.95 | 0 | 0.13 | 289.67 | 0.9 | 0.46 |
| Hex | B9 | C | DD | 10 | 5F | 0 | D | 122 | 5A | 2E |
| Octal | 271 | 14 | 335 | 20 | 137 | 0 | 15 | 442 | 132 | 56 |
| Binary | 10111001 | 1100 | 11011101 | 10000 | 1011111 | 0 | 1101 | 100100010 | 1011010 | 101110 |
Color Harmonies of #B90CDD
Complementary color
Monochromatic Colors of #B90CDD
Black with #B90CDD
Text Example
Text Example
White with #B90CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90CDD; }
p { color: rgb(185,12,221); }
H1.HeaderClassName
{
color: #B90CDD;
}
.AnyTagClassName
{
color: #B90CDD;
}
</style>
background-color css
<style>
a { background-color: #B90CDD; }
a { background-color: rgb(185,12,221); }
div.DivClassName
{
background-color: #B90CDD;
}
.BgClassName
{
background-color: #B90CDD;
}
</style>
border-color css
<style>
span { border-color: #B90CDD; }
span { border-color: rgb(185,12,221); }
td.TdClassName
{
border-color: #B90CDD;
}
.TagClassName
{
border-color: #B90CDD;
}
</style>