Shades of Deep Magenta #B618BD
Tints of Deep Magenta #B618BD
RGB
CMYK
RGB Variations
Color information
#B618BD (or 0xB618BD) is known color: Deep Magenta. HEX triplet: B6, 18 and BD. RGB value is (182,24,189). Sum of RGB (Red+Green+Blue) = 182+24+189=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 24 (9.77% from 255 or 6.08% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 189 - color contains mainly: blue. Hex color #B618BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B618BD is #49E742. Grayscale: #595959. Windows color (decimal): -4843331 or 12392630. OLE color: 12392630.
HSL color Cylindrical-coordinate representation of color #B618BD: hue angle of 297.45º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B618BD is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 24 | 189 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.26 |
| HSL | 297.45º | 0.77% | 0.42% | - |
| HSV(B) | 297.45º | 0.87% | 0.74% | - |
| XYZ | 28.8 | 14.27 | 49.38 | - |
| YUV | 90.05 | 183.85 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 24 | 189 | 0.04 | 0.87 | 0 | 0.26 | 297.45 | 0.77 | 0.42 |
| Hex | B6 | 18 | BD | 4 | 57 | 0 | 1A | 129 | 4D | 2A |
| Octal | 266 | 30 | 275 | 4 | 127 | 0 | 32 | 451 | 115 | 52 |
| Binary | 10110110 | 11000 | 10111101 | 100 | 1010111 | 0 | 11010 | 100101001 | 1001101 | 101010 |
Color Harmonies of #B618BD
Complementary color
Monochromatic Colors of #B618BD
Black with #B618BD
Text Example
Text Example
White with #B618BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B618BD; }
p { color: rgb(182,24,189); }
H1.HeaderClassName
{
color: #B618BD;
}
.AnyTagClassName
{
color: #B618BD;
}
</style>
background-color css
<style>
a { background-color: #B618BD; }
a { background-color: rgb(182,24,189); }
div.DivClassName
{
background-color: #B618BD;
}
.BgClassName
{
background-color: #B618BD;
}
</style>
border-color css
<style>
span { border-color: #B618BD; }
span { border-color: rgb(182,24,189); }
td.TdClassName
{
border-color: #B618BD;
}
.TagClassName
{
border-color: #B618BD;
}
</style>