Shades of Deep Magenta #B90CCB
Tints of Deep Magenta #B90CCB
RGB
CMYK
RGB Variations
Color information
#B90CCB (or 0xB90CCB) is known color: Deep Magenta. HEX triplet: B9, 0C and CB. RGB value is (185,12,203). Sum of RGB (Red+Green+Blue) = 185+12+203=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 12 (5.08% from 255 or 3% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #B90CCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90CCB is #46F334. Grayscale: #545454. Windows color (decimal): -4649781 or 13307065. OLE color: 13307065.
HSL color Cylindrical-coordinate representation of color #B90CCB: hue angle of 294.35º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B90CCB is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 12 | 203 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.20 |
| HSL | 294.35º | 0.89% | 0.42% | - |
| HSV(B) | 294.35º | 0.94% | 0.8% | - |
| XYZ | 30.92 | 14.89 | 57.74 | - |
| YUV | 85.5 | 194.31 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 12 | 203 | 0.09 | 0.94 | 0 | 0.20 | 294.35 | 0.89 | 0.42 |
| Hex | B9 | C | CB | 9 | 5E | 0 | 14 | 126 | 59 | 2A |
| Octal | 271 | 14 | 313 | 11 | 136 | 0 | 24 | 446 | 131 | 52 |
| Binary | 10111001 | 1100 | 11001011 | 1001 | 1011110 | 0 | 10100 | 100100110 | 1011001 | 101010 |
Color Harmonies of #B90CCB
Complementary color
Monochromatic Colors of #B90CCB
Black with #B90CCB
Text Example
Text Example
White with #B90CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90CCB; }
p { color: rgb(185,12,203); }
H1.HeaderClassName
{
color: #B90CCB;
}
.AnyTagClassName
{
color: #B90CCB;
}
</style>
background-color css
<style>
a { background-color: #B90CCB; }
a { background-color: rgb(185,12,203); }
div.DivClassName
{
background-color: #B90CCB;
}
.BgClassName
{
background-color: #B90CCB;
}
</style>
border-color css
<style>
span { border-color: #B90CCB; }
span { border-color: rgb(185,12,203); }
td.TdClassName
{
border-color: #B90CCB;
}
.TagClassName
{
border-color: #B90CCB;
}
</style>