Shades of Deep Magenta #B905CF
Tints of Deep Magenta #B905CF
RGB
CMYK
RGB Variations
Color information
#B905CF (or 0xB905CF) is known color: Deep Magenta. HEX triplet: B9, 05 and CF. RGB value is (185,5,207). Sum of RGB (Red+Green+Blue) = 185+5+207=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 5 (2.34% from 255 or 1.26% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #B905CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B905CF is #46FA30. Grayscale: #515151. Windows color (decimal): -4651569 or 13567417. OLE color: 13567417.
HSL color Cylindrical-coordinate representation of color #B905CF: hue angle of 293.47º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B905CF is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 5 | 207 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.19 |
| HSL | 293.47º | 0.95% | 0.42% | - |
| HSV(B) | 293.47º | 0.98% | 0.81% | - |
| XYZ | 31.32 | 14.93 | 60.26 | - |
| YUV | 81.85 | 198.63 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 5 | 207 | 0.11 | 0.98 | 0 | 0.19 | 293.47 | 0.95 | 0.42 |
| Hex | B9 | 5 | CF | B | 62 | 0 | 13 | 125 | 5F | 2A |
| Octal | 271 | 5 | 317 | 13 | 142 | 0 | 23 | 445 | 137 | 52 |
| Binary | 10111001 | 101 | 11001111 | 1011 | 1100010 | 0 | 10011 | 100100101 | 1011111 | 101010 |
Color Harmonies of #B905CF
Complementary color
Monochromatic Colors of #B905CF
Black with #B905CF
Text Example
Text Example
White with #B905CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B905CF; }
p { color: rgb(185,5,207); }
H1.HeaderClassName
{
color: #B905CF;
}
.AnyTagClassName
{
color: #B905CF;
}
</style>
background-color css
<style>
a { background-color: #B905CF; }
a { background-color: rgb(185,5,207); }
div.DivClassName
{
background-color: #B905CF;
}
.BgClassName
{
background-color: #B905CF;
}
</style>
border-color css
<style>
span { border-color: #B905CF; }
span { border-color: rgb(185,5,207); }
td.TdClassName
{
border-color: #B905CF;
}
.TagClassName
{
border-color: #B905CF;
}
</style>