Shades of Deep Magenta #B614C9
Tints of Deep Magenta #B614C9
RGB
CMYK
RGB Variations
Color information
#B614C9 (or 0xB614C9) is known color: Deep Magenta. HEX triplet: B6, 14 and C9. RGB value is (182,20,201). Sum of RGB (Red+Green+Blue) = 182+20+201=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 20 (8.20% from 255 or 4.96% from 403); Blue value is 201 (78.91% from 255 or 49.88% from 403); Max value from RGB is 201 - color contains mainly: blue. Hex color #B614C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B614C9 is #49EB36. Grayscale: #585858. Windows color (decimal): -4844343 or 13178038. OLE color: 13178038.
HSL color Cylindrical-coordinate representation of color #B614C9: hue angle of 293.7º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B614C9 is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 182 | 20 | 201 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.21 |
| HSL | 293.7º | 0.82% | 0.43% | - |
| HSV(B) | 293.7º | 0.9% | 0.79% | - |
| XYZ | 30.08 | 14.66 | 56.5 | - |
| YUV | 89.07 | 191.17 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 20 | 201 | 0.09 | 0.90 | 0 | 0.21 | 293.7 | 0.82 | 0.43 |
| Hex | B6 | 14 | C9 | 9 | 5A | 0 | 15 | 126 | 52 | 2B |
| Octal | 266 | 24 | 311 | 11 | 132 | 0 | 25 | 446 | 122 | 53 |
| Binary | 10110110 | 10100 | 11001001 | 1001 | 1011010 | 0 | 10101 | 100100110 | 1010010 | 101011 |
Color Harmonies of #B614C9
Complementary color
Monochromatic Colors of #B614C9
Black with #B614C9
Text Example
Text Example
White with #B614C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B614C9; }
p { color: rgb(182,20,201); }
H1.HeaderClassName
{
color: #B614C9;
}
.AnyTagClassName
{
color: #B614C9;
}
</style>
background-color css
<style>
a { background-color: #B614C9; }
a { background-color: rgb(182,20,201); }
div.DivClassName
{
background-color: #B614C9;
}
.BgClassName
{
background-color: #B614C9;
}
</style>
border-color css
<style>
span { border-color: #B614C9; }
span { border-color: rgb(182,20,201); }
td.TdClassName
{
border-color: #B614C9;
}
.TagClassName
{
border-color: #B614C9;
}
</style>