Shades of Deep Magenta #B614DE
Tints of Deep Magenta #B614DE
RGB
CMYK
RGB Variations
Color information
#B614DE (or 0xB614DE) is known color: Deep Magenta. HEX triplet: B6, 14 and DE. RGB value is (182,20,222). Sum of RGB (Red+Green+Blue) = 182+20+222=424 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.92% from 424); Green value is 20 (8.20% from 255 or 4.72% from 424); Blue value is 222 (87.11% from 255 or 52.36% from 424); Max value from RGB is 222 - color contains mainly: blue. Hex color #B614DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B614DE is #49EB21. Grayscale: #5A5A5A. Windows color (decimal): -4844322 or 14554294. OLE color: 14554294.
HSL color Cylindrical-coordinate representation of color #B614DE: hue angle of 288.12º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B614DE is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 20 | 222 | - |
| CMYK | 0.18 | 0.91 | 0 | 0.13 |
| HSL | 288.12º | 0.83% | 0.47% | - |
| HSV(B) | 288.12º | 0.91% | 0.87% | - |
| XYZ | 32.73 | 15.72 | 70.42 | - |
| YUV | 91.47 | 201.67 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 20 | 222 | 0.18 | 0.91 | 0 | 0.13 | 288.12 | 0.83 | 0.47 |
| Hex | B6 | 14 | DE | 12 | 5B | 0 | D | 120 | 53 | 2F |
| Octal | 266 | 24 | 336 | 22 | 133 | 0 | 15 | 440 | 123 | 57 |
| Binary | 10110110 | 10100 | 11011110 | 10010 | 1011011 | 0 | 1101 | 100100000 | 1010011 | 101111 |
Color Harmonies of #B614DE
Complementary color
Monochromatic Colors of #B614DE
Black with #B614DE
Text Example
Text Example
White with #B614DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B614DE; }
p { color: rgb(182,20,222); }
H1.HeaderClassName
{
color: #B614DE;
}
.AnyTagClassName
{
color: #B614DE;
}
</style>
background-color css
<style>
a { background-color: #B614DE; }
a { background-color: rgb(182,20,222); }
div.DivClassName
{
background-color: #B614DE;
}
.BgClassName
{
background-color: #B614DE;
}
</style>
border-color css
<style>
span { border-color: #B614DE; }
span { border-color: rgb(182,20,222); }
td.TdClassName
{
border-color: #B614DE;
}
.TagClassName
{
border-color: #B614DE;
}
</style>