Shades of Deep Magenta #B821BE
Tints of Deep Magenta #B821BE
RGB
CMYK
RGB Variations
Color information
#B821BE (or 0xB821BE) is known color: Deep Magenta. HEX triplet: B8, 21 and BE. RGB value is (184,33,190). Sum of RGB (Red+Green+Blue) = 184+33+190=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 33 (13.28% from 255 or 8.11% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #B821BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B821BE is #47DE41. Grayscale: #5F5F5F. Windows color (decimal): -4709954 or 12460472. OLE color: 12460472.
HSL color Cylindrical-coordinate representation of color #B821BE: hue angle of 297.71º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B821BE is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 33 | 190 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.25 |
| HSL | 297.71º | 0.7% | 0.44% | - |
| HSV(B) | 297.71º | 0.83% | 0.75% | - |
| XYZ | 29.61 | 15 | 50.05 | - |
| YUV | 96.05 | 181.03 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 33 | 190 | 0.03 | 0.83 | 0 | 0.25 | 297.71 | 0.7 | 0.44 |
| Hex | B8 | 21 | BE | 3 | 53 | 0 | 19 | 12A | 46 | 2C |
| Octal | 270 | 41 | 276 | 3 | 123 | 0 | 31 | 452 | 106 | 54 |
| Binary | 10111000 | 100001 | 10111110 | 11 | 1010011 | 0 | 11001 | 100101010 | 1000110 | 101100 |
Color Harmonies of #B821BE
Complementary color
Monochromatic Colors of #B821BE
Black with #B821BE
Text Example
Text Example
White with #B821BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B821BE; }
p { color: rgb(184,33,190); }
H1.HeaderClassName
{
color: #B821BE;
}
.AnyTagClassName
{
color: #B821BE;
}
</style>
background-color css
<style>
a { background-color: #B821BE; }
a { background-color: rgb(184,33,190); }
div.DivClassName
{
background-color: #B821BE;
}
.BgClassName
{
background-color: #B821BE;
}
</style>
border-color css
<style>
span { border-color: #B821BE; }
span { border-color: rgb(184,33,190); }
td.TdClassName
{
border-color: #B821BE;
}
.TagClassName
{
border-color: #B821BE;
}
</style>