Shades of Deep Magenta #B818B5
Tints of Deep Magenta #B818B5
RGB
CMYK
RGB Variations
Color information
#B818B5 (or 0xB818B5) is known color: Deep Magenta. HEX triplet: B8, 18 and B5. RGB value is (184,24,181). Sum of RGB (Red+Green+Blue) = 184+24+181=389 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.30% from 389); Green value is 24 (9.77% from 255 or 6.17% from 389); Blue value is 181 (71.09% from 255 or 46.53% from 389); Max value from RGB is 184 - color contains mainly: red. Hex color #B818B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B818B5 is #47E74A. Grayscale: #595959. Windows color (decimal): -4712267 or 11868344. OLE color: 11868344.
HSL color Cylindrical-coordinate representation of color #B818B5: hue angle of 301.12º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B818B5 is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 24 | 181 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.28 |
| HSL | 301.13º | 0.77% | 0.41% | - |
| HSV(B) | 301.13º | 0.87% | 0.72% | - |
| XYZ | 28.43 | 14.18 | 44.95 | - |
| YUV | 89.74 | 179.51 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 24 | 181 | 0 | 0.87 | 0.02 | 0.28 | 301.13 | 0.77 | 0.41 |
| Hex | B8 | 18 | B5 | 0 | 57 | 2 | 1C | 12D | 4D | 29 |
| Octal | 270 | 30 | 265 | 0 | 127 | 2 | 34 | 455 | 115 | 51 |
| Binary | 10111000 | 11000 | 10110101 | 0 | 1010111 | 10 | 11100 | 100101101 | 1001101 | 101001 |
Color Harmonies of #B818B5
Complementary color
Monochromatic Colors of #B818B5
Black with #B818B5
Text Example
Text Example
White with #B818B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B818B5; }
p { color: rgb(184,24,181); }
H1.HeaderClassName
{
color: #B818B5;
}
.AnyTagClassName
{
color: #B818B5;
}
</style>
background-color css
<style>
a { background-color: #B818B5; }
a { background-color: rgb(184,24,181); }
div.DivClassName
{
background-color: #B818B5;
}
.BgClassName
{
background-color: #B818B5;
}
</style>
border-color css
<style>
span { border-color: #B818B5; }
span { border-color: rgb(184,24,181); }
td.TdClassName
{
border-color: #B818B5;
}
.TagClassName
{
border-color: #B818B5;
}
</style>