Shades of Deep Magenta #B618D0
Tints of Deep Magenta #B618D0
RGB
CMYK
RGB Variations
Color information
#B618D0 (or 0xB618D0) is known color: Deep Magenta. HEX triplet: B6, 18 and D0. RGB value is (182,24,208). Sum of RGB (Red+Green+Blue) = 182+24+208=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 24 (9.77% from 255 or 5.80% from 414); Blue value is 208 (81.64% from 255 or 50.24% from 414); Max value from RGB is 208 - color contains mainly: blue. Hex color #B618D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B618D0 is #49E72F. Grayscale: #5B5B5B. Windows color (decimal): -4843312 or 13637814. OLE color: 13637814.
HSL color Cylindrical-coordinate representation of color #B618D0: hue angle of 291.52º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B618D0 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 182 | 24 | 208 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.18 |
| HSL | 291.52º | 0.79% | 0.45% | - |
| HSV(B) | 291.52º | 0.88% | 0.82% | - |
| XYZ | 31 | 15.15 | 60.97 | - |
| YUV | 92.22 | 193.35 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 24 | 208 | 0.12 | 0.88 | 0 | 0.18 | 291.52 | 0.79 | 0.45 |
| Hex | B6 | 18 | D0 | C | 58 | 0 | 12 | 124 | 4F | 2D |
| Octal | 266 | 30 | 320 | 14 | 130 | 0 | 22 | 444 | 117 | 55 |
| Binary | 10110110 | 11000 | 11010000 | 1100 | 1011000 | 0 | 10010 | 100100100 | 1001111 | 101101 |
Color Harmonies of #B618D0
Complementary color
Monochromatic Colors of #B618D0
Black with #B618D0
Text Example
Text Example
White with #B618D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B618D0; }
p { color: rgb(182,24,208); }
H1.HeaderClassName
{
color: #B618D0;
}
.AnyTagClassName
{
color: #B618D0;
}
</style>
background-color css
<style>
a { background-color: #B618D0; }
a { background-color: rgb(182,24,208); }
div.DivClassName
{
background-color: #B618D0;
}
.BgClassName
{
background-color: #B618D0;
}
</style>
border-color css
<style>
span { border-color: #B618D0; }
span { border-color: rgb(182,24,208); }
td.TdClassName
{
border-color: #B618D0;
}
.TagClassName
{
border-color: #B618D0;
}
</style>