Shades of Deep Magenta #B905CB
Tints of Deep Magenta #B905CB
RGB
CMYK
RGB Variations
Color information
#B905CB (or 0xB905CB) is known color: Deep Magenta. HEX triplet: B9, 05 and CB. RGB value is (185,5,203). Sum of RGB (Red+Green+Blue) = 185+5+203=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 5 (2.34% from 255 or 1.27% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #B905CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B905CB is #46FA34. Grayscale: #505050. Windows color (decimal): -4651573 or 13305273. OLE color: 13305273.
HSL color Cylindrical-coordinate representation of color #B905CB: hue angle of 294.55º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B905CB is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 5 | 203 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.20 |
| HSL | 294.55º | 0.95% | 0.41% | - |
| HSV(B) | 294.55º | 0.98% | 0.8% | - |
| XYZ | 30.84 | 14.73 | 57.72 | - |
| YUV | 81.39 | 196.63 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 5 | 203 | 0.09 | 0.98 | 0 | 0.20 | 294.55 | 0.95 | 0.41 |
| Hex | B9 | 5 | CB | 9 | 62 | 0 | 14 | 127 | 5F | 29 |
| Octal | 271 | 5 | 313 | 11 | 142 | 0 | 24 | 447 | 137 | 51 |
| Binary | 10111001 | 101 | 11001011 | 1001 | 1100010 | 0 | 10100 | 100100111 | 1011111 | 101001 |
Color Harmonies of #B905CB
Complementary color
Monochromatic Colors of #B905CB
Black with #B905CB
Text Example
Text Example
White with #B905CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B905CB; }
p { color: rgb(185,5,203); }
H1.HeaderClassName
{
color: #B905CB;
}
.AnyTagClassName
{
color: #B905CB;
}
</style>
background-color css
<style>
a { background-color: #B905CB; }
a { background-color: rgb(185,5,203); }
div.DivClassName
{
background-color: #B905CB;
}
.BgClassName
{
background-color: #B905CB;
}
</style>
border-color css
<style>
span { border-color: #B905CB; }
span { border-color: rgb(185,5,203); }
td.TdClassName
{
border-color: #B905CB;
}
.TagClassName
{
border-color: #B905CB;
}
</style>