Shades of Deep Magenta #B823B1
Tints of Deep Magenta #B823B1
RGB
CMYK
RGB Variations
Color information
#B823B1 (or 0xB823B1) is known color: Deep Magenta. HEX triplet: B8, 23 and B1. RGB value is (184,35,177). Sum of RGB (Red+Green+Blue) = 184+35+177=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 35 (14.06% from 255 or 8.84% from 396); Blue value is 177 (69.53% from 255 or 44.70% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B823B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B823B1 is #47DC4E. Grayscale: #5F5F5F. Windows color (decimal): -4709455 or 11609016. OLE color: 11609016.
HSL color Cylindrical-coordinate representation of color #B823B1: hue angle of 302.82º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B823B1 is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 35 | 177 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.28 |
| HSL | 302.82º | 0.68% | 0.43% | - |
| HSV(B) | 302.82º | 0.81% | 0.72% | - |
| XYZ | 28.3 | 14.57 | 42.91 | - |
| YUV | 95.74 | 173.86 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 35 | 177 | 0 | 0.81 | 0.04 | 0.28 | 302.82 | 0.68 | 0.43 |
| Hex | B8 | 23 | B1 | 0 | 51 | 4 | 1C | 12F | 44 | 2B |
| Octal | 270 | 43 | 261 | 0 | 121 | 4 | 34 | 457 | 104 | 53 |
| Binary | 10111000 | 100011 | 10110001 | 0 | 1010001 | 100 | 11100 | 100101111 | 1000100 | 101011 |
Color Harmonies of #B823B1
Complementary color
Monochromatic Colors of #B823B1
Black with #B823B1
Text Example
Text Example
White with #B823B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B823B1; }
p { color: rgb(184,35,177); }
H1.HeaderClassName
{
color: #B823B1;
}
.AnyTagClassName
{
color: #B823B1;
}
</style>
background-color css
<style>
a { background-color: #B823B1; }
a { background-color: rgb(184,35,177); }
div.DivClassName
{
background-color: #B823B1;
}
.BgClassName
{
background-color: #B823B1;
}
</style>
border-color css
<style>
span { border-color: #B823B1; }
span { border-color: rgb(184,35,177); }
td.TdClassName
{
border-color: #B823B1;
}
.TagClassName
{
border-color: #B823B1;
}
</style>