Shades of Deep Magenta #B61CCE
Tints of Deep Magenta #B61CCE
RGB
CMYK
RGB Variations
Color information
#B61CCE (or 0xB61CCE) is known color: Deep Magenta. HEX triplet: B6, 1C and CE. RGB value is (182,28,206). Sum of RGB (Red+Green+Blue) = 182+28+206=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 28 (11.33% from 255 or 6.73% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #B61CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61CCE is #49E331. Grayscale: #5D5D5D. Windows color (decimal): -4842290 or 13507766. OLE color: 13507766.
HSL color Cylindrical-coordinate representation of color #B61CCE: hue angle of 291.91º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B61CCE is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 28 | 206 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.19 |
| HSL | 291.91º | 0.76% | 0.46% | - |
| HSV(B) | 291.91º | 0.86% | 0.81% | - |
| XYZ | 30.85 | 15.23 | 59.71 | - |
| YUV | 94.34 | 191.02 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 28 | 206 | 0.12 | 0.86 | 0 | 0.19 | 291.91 | 0.76 | 0.46 |
| Hex | B6 | 1C | CE | C | 56 | 0 | 13 | 124 | 4C | 2E |
| Octal | 266 | 34 | 316 | 14 | 126 | 0 | 23 | 444 | 114 | 56 |
| Binary | 10110110 | 11100 | 11001110 | 1100 | 1010110 | 0 | 10011 | 100100100 | 1001100 | 101110 |
Color Harmonies of #B61CCE
Complementary color
Monochromatic Colors of #B61CCE
Black with #B61CCE
Text Example
Text Example
White with #B61CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61CCE; }
p { color: rgb(182,28,206); }
H1.HeaderClassName
{
color: #B61CCE;
}
.AnyTagClassName
{
color: #B61CCE;
}
</style>
background-color css
<style>
a { background-color: #B61CCE; }
a { background-color: rgb(182,28,206); }
div.DivClassName
{
background-color: #B61CCE;
}
.BgClassName
{
background-color: #B61CCE;
}
</style>
border-color css
<style>
span { border-color: #B61CCE; }
span { border-color: rgb(182,28,206); }
td.TdClassName
{
border-color: #B61CCE;
}
.TagClassName
{
border-color: #B61CCE;
}
</style>