Shades of Deep Magenta #B824B6
Tints of Deep Magenta #B824B6
RGB
CMYK
RGB Variations
Color information
#B824B6 (or 0xB824B6) is known color: Deep Magenta. HEX triplet: B8, 24 and B6. RGB value is (184,36,182). Sum of RGB (Red+Green+Blue) = 184+36+182=402 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.77% from 402); Green value is 36 (14.45% from 255 or 8.96% from 402); Blue value is 182 (71.48% from 255 or 45.27% from 402); Max value from RGB is 184 - color contains mainly: red. Hex color #B824B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B824B6 is #47DB49. Grayscale: #606060. Windows color (decimal): -4709194 or 11936952. OLE color: 11936952.
HSL color Cylindrical-coordinate representation of color #B824B6: hue angle of 300.81º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B824B6 is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 36 | 182 | - |
| CMYK | 0 | 0.80 | 0.01 | 0.28 |
| HSL | 300.81º | 0.67% | 0.43% | - |
| HSV(B) | 300.81º | 0.8% | 0.72% | - |
| XYZ | 28.84 | 14.83 | 45.6 | - |
| YUV | 96.9 | 176.03 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 36 | 182 | 0 | 0.80 | 0.01 | 0.28 | 300.81 | 0.67 | 0.43 |
| Hex | B8 | 24 | B6 | 0 | 50 | 1 | 1C | 12D | 43 | 2B |
| Octal | 270 | 44 | 266 | 0 | 120 | 1 | 34 | 455 | 103 | 53 |
| Binary | 10111000 | 100100 | 10110110 | 0 | 1010000 | 1 | 11100 | 100101101 | 1000011 | 101011 |
Color Harmonies of #B824B6
Complementary color
Monochromatic Colors of #B824B6
Black with #B824B6
Text Example
Text Example
White with #B824B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B824B6; }
p { color: rgb(184,36,182); }
H1.HeaderClassName
{
color: #B824B6;
}
.AnyTagClassName
{
color: #B824B6;
}
</style>
background-color css
<style>
a { background-color: #B824B6; }
a { background-color: rgb(184,36,182); }
div.DivClassName
{
background-color: #B824B6;
}
.BgClassName
{
background-color: #B824B6;
}
</style>
border-color css
<style>
span { border-color: #B824B6; }
span { border-color: rgb(184,36,182); }
td.TdClassName
{
border-color: #B824B6;
}
.TagClassName
{
border-color: #B824B6;
}
</style>