Shades of Deep Magenta #B807BA
Tints of Deep Magenta #B807BA
RGB
CMYK
RGB Variations
Color information
#B807BA (or 0xB807BA) is known color: Deep Magenta. HEX triplet: B8, 07 and BA. RGB value is (184,7,186). Sum of RGB (Red+Green+Blue) = 184+7+186=377 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.81% from 377); Green value is 7 (3.12% from 255 or 1.86% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #B807BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B807BA is #47F845. Grayscale: #4F4F4F. Windows color (decimal): -4716614 or 12191672. OLE color: 12191672.
HSL color Cylindrical-coordinate representation of color #B807BA: hue angle of 299.33º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B807BA is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 7 | 186 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.27 |
| HSL | 299.33º | 0.93% | 0.38% | - |
| HSV(B) | 299.33º | 0.96% | 0.73% | - |
| XYZ | 28.71 | 13.89 | 47.62 | - |
| YUV | 80.33 | 187.64 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 7 | 186 | 0.01 | 0.96 | 0 | 0.27 | 299.33 | 0.93 | 0.38 |
| Hex | B8 | 7 | BA | 1 | 60 | 0 | 1B | 12B | 5D | 26 |
| Octal | 270 | 7 | 272 | 1 | 140 | 0 | 33 | 453 | 135 | 46 |
| Binary | 10111000 | 111 | 10111010 | 1 | 1100000 | 0 | 11011 | 100101011 | 1011101 | 100110 |
Color Harmonies of #B807BA
Complementary color
Monochromatic Colors of #B807BA
Black with #B807BA
Text Example
Text Example
White with #B807BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B807BA; }
p { color: rgb(184,7,186); }
H1.HeaderClassName
{
color: #B807BA;
}
.AnyTagClassName
{
color: #B807BA;
}
</style>
background-color css
<style>
a { background-color: #B807BA; }
a { background-color: rgb(184,7,186); }
div.DivClassName
{
background-color: #B807BA;
}
.BgClassName
{
background-color: #B807BA;
}
</style>
border-color css
<style>
span { border-color: #B807BA; }
span { border-color: rgb(184,7,186); }
td.TdClassName
{
border-color: #B807BA;
}
.TagClassName
{
border-color: #B807BA;
}
</style>