Shades of Deep Magenta #B618B0
Tints of Deep Magenta #B618B0
RGB
CMYK
RGB Variations
Color information
#B618B0 (or 0xB618B0) is known color: Deep Magenta. HEX triplet: B6, 18 and B0. RGB value is (182,24,176). Sum of RGB (Red+Green+Blue) = 182+24+176=382 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.64% from 382); Green value is 24 (9.77% from 255 or 6.28% from 382); Blue value is 176 (69.14% from 255 or 46.07% from 382); Max value from RGB is 182 - color contains mainly: red. Hex color #B618B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B618B0 is #49E74F. Grayscale: #585858. Windows color (decimal): -4843344 or 11540662. OLE color: 11540662.
HSL color Cylindrical-coordinate representation of color #B618B0: hue angle of 302.28º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B618B0 is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 24 | 176 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.29 |
| HSL | 302.28º | 0.77% | 0.4% | - |
| HSV(B) | 302.28º | 0.87% | 0.71% | - |
| XYZ | 27.45 | 13.73 | 42.28 | - |
| YUV | 88.57 | 177.35 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 24 | 176 | 0 | 0.87 | 0.03 | 0.29 | 302.28 | 0.77 | 0.4 |
| Hex | B6 | 18 | B0 | 0 | 57 | 3 | 1D | 12E | 4D | 28 |
| Octal | 266 | 30 | 260 | 0 | 127 | 3 | 35 | 456 | 115 | 50 |
| Binary | 10110110 | 11000 | 10110000 | 0 | 1010111 | 11 | 11101 | 100101110 | 1001101 | 101000 |
Color Harmonies of #B618B0
Complementary color
Monochromatic Colors of #B618B0
Black with #B618B0
Text Example
Text Example
White with #B618B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B618B0; }
p { color: rgb(182,24,176); }
H1.HeaderClassName
{
color: #B618B0;
}
.AnyTagClassName
{
color: #B618B0;
}
</style>
background-color css
<style>
a { background-color: #B618B0; }
a { background-color: rgb(182,24,176); }
div.DivClassName
{
background-color: #B618B0;
}
.BgClassName
{
background-color: #B618B0;
}
</style>
border-color css
<style>
span { border-color: #B618B0; }
span { border-color: rgb(182,24,176); }
td.TdClassName
{
border-color: #B618B0;
}
.TagClassName
{
border-color: #B618B0;
}
</style>