Shades of Deep Magenta #B823C1
Tints of Deep Magenta #B823C1
RGB
CMYK
RGB Variations
Color information
#B823C1 (or 0xB823C1) is known color: Deep Magenta. HEX triplet: B8, 23 and C1. RGB value is (184,35,193). Sum of RGB (Red+Green+Blue) = 184+35+193=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 35 (14.06% from 255 or 8.50% from 412); Blue value is 193 (75.78% from 255 or 46.84% from 412); Max value from RGB is 193 - color contains mainly: blue. Hex color #B823C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B823C1 is #47DC3E. Grayscale: #616161. Windows color (decimal): -4709439 or 12657592. OLE color: 12657592.
HSL color Cylindrical-coordinate representation of color #B823C1: hue angle of 296.58º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B823C1 is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 35 | 193 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.24 |
| HSL | 296.58º | 0.69% | 0.45% | - |
| HSV(B) | 296.58º | 0.82% | 0.76% | - |
| XYZ | 29.99 | 15.24 | 51.81 | - |
| YUV | 97.56 | 181.86 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 35 | 193 | 0.05 | 0.82 | 0 | 0.24 | 296.58 | 0.69 | 0.45 |
| Hex | B8 | 23 | C1 | 5 | 52 | 0 | 18 | 129 | 45 | 2D |
| Octal | 270 | 43 | 301 | 5 | 122 | 0 | 30 | 451 | 105 | 55 |
| Binary | 10111000 | 100011 | 11000001 | 101 | 1010010 | 0 | 11000 | 100101001 | 1000101 | 101101 |
Color Harmonies of #B823C1
Complementary color
Monochromatic Colors of #B823C1
Black with #B823C1
Text Example
Text Example
White with #B823C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B823C1; }
p { color: rgb(184,35,193); }
H1.HeaderClassName
{
color: #B823C1;
}
.AnyTagClassName
{
color: #B823C1;
}
</style>
background-color css
<style>
a { background-color: #B823C1; }
a { background-color: rgb(184,35,193); }
div.DivClassName
{
background-color: #B823C1;
}
.BgClassName
{
background-color: #B823C1;
}
</style>
border-color css
<style>
span { border-color: #B823C1; }
span { border-color: rgb(184,35,193); }
td.TdClassName
{
border-color: #B823C1;
}
.TagClassName
{
border-color: #B823C1;
}
</style>