Shades of Deep Magenta #B40DCF
Tints of Deep Magenta #B40DCF
RGB
CMYK
RGB Variations
Color information
#B40DCF (or 0xB40DCF) is known color: Deep Magenta. HEX triplet: B4, 0D and CF. RGB value is (180,13,207). Sum of RGB (Red+Green+Blue) = 180+13+207=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 13 (5.47% from 255 or 3.25% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #B40DCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40DCF is #4BF230. Grayscale: #545454. Windows color (decimal): -4977201 or 13569460. OLE color: 13569460.
HSL color Cylindrical-coordinate representation of color #B40DCF: hue angle of 291.65º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40DCF is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 13 | 207 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.19 |
| HSL | 291.65º | 0.88% | 0.43% | - |
| HSV(B) | 291.65º | 0.94% | 0.81% | - |
| XYZ | 30.23 | 14.5 | 60.24 | - |
| YUV | 85.05 | 196.83 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 13 | 207 | 0.13 | 0.94 | 0 | 0.19 | 291.65 | 0.88 | 0.43 |
| Hex | B4 | D | CF | D | 5E | 0 | 13 | 124 | 58 | 2B |
| Octal | 264 | 15 | 317 | 15 | 136 | 0 | 23 | 444 | 130 | 53 |
| Binary | 10110100 | 1101 | 11001111 | 1101 | 1011110 | 0 | 10011 | 100100100 | 1011000 | 101011 |
Color Harmonies of #B40DCF
Complementary color
Monochromatic Colors of #B40DCF
Black with #B40DCF
Text Example
Text Example
White with #B40DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40DCF; }
p { color: rgb(180,13,207); }
H1.HeaderClassName
{
color: #B40DCF;
}
.AnyTagClassName
{
color: #B40DCF;
}
</style>
background-color css
<style>
a { background-color: #B40DCF; }
a { background-color: rgb(180,13,207); }
div.DivClassName
{
background-color: #B40DCF;
}
.BgClassName
{
background-color: #B40DCF;
}
</style>
border-color css
<style>
span { border-color: #B40DCF; }
span { border-color: rgb(180,13,207); }
td.TdClassName
{
border-color: #B40DCF;
}
.TagClassName
{
border-color: #B40DCF;
}
</style>