Shades of Deep Magenta #B61BCD
Tints of Deep Magenta #B61BCD
RGB
CMYK
RGB Variations
Color information
#B61BCD (or 0xB61BCD) is known color: Deep Magenta. HEX triplet: B6, 1B and CD. RGB value is (182,27,205). Sum of RGB (Red+Green+Blue) = 182+27+205=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 27 (10.94% from 255 or 6.52% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #B61BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61BCD is #49E432. Grayscale: #5D5D5D. Windows color (decimal): -4842547 or 13441974. OLE color: 13441974.
HSL color Cylindrical-coordinate representation of color #B61BCD: hue angle of 292.25º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B61BCD is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 27 | 205 | - |
| CMYK | 0.11 | 0.87 | 0 | 0.20 |
| HSL | 292.25º | 0.77% | 0.45% | - |
| HSV(B) | 292.25º | 0.87% | 0.8% | - |
| XYZ | 30.7 | 15.14 | 59.06 | - |
| YUV | 93.64 | 190.85 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 27 | 205 | 0.11 | 0.87 | 0 | 0.20 | 292.25 | 0.77 | 0.45 |
| Hex | B6 | 1B | CD | B | 57 | 0 | 14 | 124 | 4D | 2D |
| Octal | 266 | 33 | 315 | 13 | 127 | 0 | 24 | 444 | 115 | 55 |
| Binary | 10110110 | 11011 | 11001101 | 1011 | 1010111 | 0 | 10100 | 100100100 | 1001101 | 101101 |
Color Harmonies of #B61BCD
Complementary color
Monochromatic Colors of #B61BCD
Black with #B61BCD
Text Example
Text Example
White with #B61BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61BCD; }
p { color: rgb(182,27,205); }
H1.HeaderClassName
{
color: #B61BCD;
}
.AnyTagClassName
{
color: #B61BCD;
}
</style>
background-color css
<style>
a { background-color: #B61BCD; }
a { background-color: rgb(182,27,205); }
div.DivClassName
{
background-color: #B61BCD;
}
.BgClassName
{
background-color: #B61BCD;
}
</style>
border-color css
<style>
span { border-color: #B61BCD; }
span { border-color: rgb(182,27,205); }
td.TdClassName
{
border-color: #B61BCD;
}
.TagClassName
{
border-color: #B61BCD;
}
</style>