Shades of Deep Magenta #B90FB6
Tints of Deep Magenta #B90FB6
RGB
CMYK
RGB Variations
Color information
#B90FB6 (or 0xB90FB6) is known color: Deep Magenta. HEX triplet: B9, 0F and B6. RGB value is (185,15,182). Sum of RGB (Red+Green+Blue) = 185+15+182=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 15 (6.25% from 255 or 3.93% from 382); Blue value is 182 (71.48% from 255 or 47.64% from 382); Max value from RGB is 185 - color contains mainly: red. Hex color #B90FB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90FB6 is #46F049. Grayscale: #545454. Windows color (decimal): -4649034 or 11931577. OLE color: 11931577.
HSL color Cylindrical-coordinate representation of color #B90FB6: hue angle of 301.06º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B90FB6 is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 15 | 182 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.27 |
| HSL | 301.06º | 0.85% | 0.39% | - |
| HSV(B) | 301.06º | 0.92% | 0.73% | - |
| XYZ | 28.62 | 14.03 | 45.46 | - |
| YUV | 84.87 | 182.82 | 199.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 15 | 182 | 0 | 0.92 | 0.02 | 0.27 | 301.06 | 0.85 | 0.39 |
| Hex | B9 | F | B6 | 0 | 5C | 2 | 1B | 12D | 55 | 27 |
| Octal | 271 | 17 | 266 | 0 | 134 | 2 | 33 | 455 | 125 | 47 |
| Binary | 10111001 | 1111 | 10110110 | 0 | 1011100 | 10 | 11011 | 100101101 | 1010101 | 100111 |
Color Harmonies of #B90FB6
Complementary color
Monochromatic Colors of #B90FB6
Black with #B90FB6
Text Example
Text Example
White with #B90FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90FB6; }
p { color: rgb(185,15,182); }
H1.HeaderClassName
{
color: #B90FB6;
}
.AnyTagClassName
{
color: #B90FB6;
}
</style>
background-color css
<style>
a { background-color: #B90FB6; }
a { background-color: rgb(185,15,182); }
div.DivClassName
{
background-color: #B90FB6;
}
.BgClassName
{
background-color: #B90FB6;
}
</style>
border-color css
<style>
span { border-color: #B90FB6; }
span { border-color: rgb(185,15,182); }
td.TdClassName
{
border-color: #B90FB6;
}
.TagClassName
{
border-color: #B90FB6;
}
</style>