Shades of Deep Magenta #B90BCF
Tints of Deep Magenta #B90BCF
RGB
CMYK
RGB Variations
Color information
#B90BCF (or 0xB90BCF) is known color: Deep Magenta. HEX triplet: B9, 0B and CF. RGB value is (185,11,207). Sum of RGB (Red+Green+Blue) = 185+11+207=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 11 (4.69% from 255 or 2.73% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #B90BCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90BCF is #46F430. Grayscale: #545454. Windows color (decimal): -4650033 or 13568953. OLE color: 13568953.
HSL color Cylindrical-coordinate representation of color #B90BCF: hue angle of 293.27º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B90BCF is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 11 | 207 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.19 |
| HSL | 293.27º | 0.9% | 0.43% | - |
| HSV(B) | 293.27º | 0.95% | 0.81% | - |
| XYZ | 31.39 | 15.06 | 60.28 | - |
| YUV | 85.37 | 196.65 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 11 | 207 | 0.11 | 0.95 | 0 | 0.19 | 293.27 | 0.9 | 0.43 |
| Hex | B9 | B | CF | B | 5F | 0 | 13 | 125 | 5A | 2B |
| Octal | 271 | 13 | 317 | 13 | 137 | 0 | 23 | 445 | 132 | 53 |
| Binary | 10111001 | 1011 | 11001111 | 1011 | 1011111 | 0 | 10011 | 100100101 | 1011010 | 101011 |
Color Harmonies of #B90BCF
Complementary color
Monochromatic Colors of #B90BCF
Black with #B90BCF
Text Example
Text Example
White with #B90BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90BCF; }
p { color: rgb(185,11,207); }
H1.HeaderClassName
{
color: #B90BCF;
}
.AnyTagClassName
{
color: #B90BCF;
}
</style>
background-color css
<style>
a { background-color: #B90BCF; }
a { background-color: rgb(185,11,207); }
div.DivClassName
{
background-color: #B90BCF;
}
.BgClassName
{
background-color: #B90BCF;
}
</style>
border-color css
<style>
span { border-color: #B90BCF; }
span { border-color: rgb(185,11,207); }
td.TdClassName
{
border-color: #B90BCF;
}
.TagClassName
{
border-color: #B90BCF;
}
</style>