Shades of Deep Magenta #B901C8
Tints of Deep Magenta #B901C8
RGB
CMYK
RGB Variations
Color information
#B901C8 (or 0xB901C8) is known color: Deep Magenta. HEX triplet: B9, 01 and C8. RGB value is (185,1,200). Sum of RGB (Red+Green+Blue) = 185+1+200=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 1 (0.78% from 255 or 0.26% from 386); Blue value is 200 (78.52% from 255 or 51.81% from 386); Max value from RGB is 200 - color contains mainly: blue. Hex color #B901C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B901C8 is #46FE37. Grayscale: #4E4E4E. Windows color (decimal): -4652600 or 13107641. OLE color: 13107641.
HSL color Cylindrical-coordinate representation of color #B901C8: hue angle of 295.48º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B901C8 is Cyan = 0.08, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 1 | 200 | - |
| CMYK | 0.08 | 1.00 | 0 | 0.22 |
| HSL | 295.48º | 0.99% | 0.39% | - |
| HSV(B) | 295.48º | 1% | 0.78% | - |
| XYZ | 30.44 | 14.51 | 55.84 | - |
| YUV | 78.7 | 196.46 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 1 | 200 | 0.08 | 1.00 | 0 | 0.22 | 295.48 | 0.99 | 0.39 |
| Hex | B9 | 1 | C8 | 8 | 64 | 0 | 16 | 127 | 63 | 27 |
| Octal | 271 | 1 | 310 | 10 | 144 | 0 | 26 | 447 | 143 | 47 |
| Binary | 10111001 | 1 | 11001000 | 1000 | 1100100 | 0 | 10110 | 100100111 | 1100011 | 100111 |
Color Harmonies of #B901C8
Complementary color
Monochromatic Colors of #B901C8
Black with #B901C8
Text Example
Text Example
White with #B901C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B901C8; }
p { color: rgb(185,1,200); }
H1.HeaderClassName
{
color: #B901C8;
}
.AnyTagClassName
{
color: #B901C8;
}
</style>
background-color css
<style>
a { background-color: #B901C8; }
a { background-color: rgb(185,1,200); }
div.DivClassName
{
background-color: #B901C8;
}
.BgClassName
{
background-color: #B901C8;
}
</style>
border-color css
<style>
span { border-color: #B901C8; }
span { border-color: rgb(185,1,200); }
td.TdClassName
{
border-color: #B901C8;
}
.TagClassName
{
border-color: #B901C8;
}
</style>