Shades of Deep Magenta #B61DCD
Tints of Deep Magenta #B61DCD
RGB
CMYK
RGB Variations
Color information
#B61DCD (or 0xB61DCD) is known color: Deep Magenta. HEX triplet: B6, 1D and CD. RGB value is (182,29,205). Sum of RGB (Red+Green+Blue) = 182+29+205=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 29 (11.72% from 255 or 6.97% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #B61DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61DCD is #49E232. Grayscale: #5E5E5E. Windows color (decimal): -4842035 or 13442486. OLE color: 13442486.
HSL color Cylindrical-coordinate representation of color #B61DCD: hue angle of 292.16º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B61DCD is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 29 | 205 | - |
| CMYK | 0.11 | 0.86 | 0 | 0.20 |
| HSL | 292.16º | 0.75% | 0.46% | - |
| HSV(B) | 292.16º | 0.86% | 0.8% | - |
| XYZ | 30.75 | 15.23 | 59.08 | - |
| YUV | 94.81 | 190.19 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 29 | 205 | 0.11 | 0.86 | 0 | 0.20 | 292.16 | 0.75 | 0.46 |
| Hex | B6 | 1D | CD | B | 56 | 0 | 14 | 124 | 4B | 2E |
| Octal | 266 | 35 | 315 | 13 | 126 | 0 | 24 | 444 | 113 | 56 |
| Binary | 10110110 | 11101 | 11001101 | 1011 | 1010110 | 0 | 10100 | 100100100 | 1001011 | 101110 |
Color Harmonies of #B61DCD
Complementary color
Monochromatic Colors of #B61DCD
Black with #B61DCD
Text Example
Text Example
White with #B61DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61DCD; }
p { color: rgb(182,29,205); }
H1.HeaderClassName
{
color: #B61DCD;
}
.AnyTagClassName
{
color: #B61DCD;
}
</style>
background-color css
<style>
a { background-color: #B61DCD; }
a { background-color: rgb(182,29,205); }
div.DivClassName
{
background-color: #B61DCD;
}
.BgClassName
{
background-color: #B61DCD;
}
</style>
border-color css
<style>
span { border-color: #B61DCD; }
span { border-color: rgb(182,29,205); }
td.TdClassName
{
border-color: #B61DCD;
}
.TagClassName
{
border-color: #B61DCD;
}
</style>