Shades of Deep Magenta #B10DCD
Tints of Deep Magenta #B10DCD
RGB
CMYK
RGB Variations
Color information
#B10DCD (or 0xB10DCD) is known color: Deep Magenta. HEX triplet: B1, 0D and CD. RGB value is (177,13,205). Sum of RGB (Red+Green+Blue) = 177+13+205=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 13 (5.47% from 255 or 3.29% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #B10DCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10DCD is #4EF232. Grayscale: #535353. Windows color (decimal): -5173811 or 13438385. OLE color: 13438385.
HSL color Cylindrical-coordinate representation of color #B10DCD: hue angle of 291.25º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10DCD is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 13 | 205 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.20 |
| HSL | 291.25º | 0.88% | 0.43% | - |
| HSV(B) | 291.25º | 0.94% | 0.8% | - |
| XYZ | 29.29 | 14.04 | 58.92 | - |
| YUV | 83.92 | 196.33 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 13 | 205 | 0.14 | 0.94 | 0 | 0.20 | 291.25 | 0.88 | 0.43 |
| Hex | B1 | D | CD | E | 5E | 0 | 14 | 123 | 58 | 2B |
| Octal | 261 | 15 | 315 | 16 | 136 | 0 | 24 | 443 | 130 | 53 |
| Binary | 10110001 | 1101 | 11001101 | 1110 | 1011110 | 0 | 10100 | 100100011 | 1011000 | 101011 |
Color Harmonies of #B10DCD
Complementary color
Monochromatic Colors of #B10DCD
Black with #B10DCD
Text Example
Text Example
White with #B10DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10DCD; }
p { color: rgb(177,13,205); }
H1.HeaderClassName
{
color: #B10DCD;
}
.AnyTagClassName
{
color: #B10DCD;
}
</style>
background-color css
<style>
a { background-color: #B10DCD; }
a { background-color: rgb(177,13,205); }
div.DivClassName
{
background-color: #B10DCD;
}
.BgClassName
{
background-color: #B10DCD;
}
</style>
border-color css
<style>
span { border-color: #B10DCD; }
span { border-color: rgb(177,13,205); }
td.TdClassName
{
border-color: #B10DCD;
}
.TagClassName
{
border-color: #B10DCD;
}
</style>