Shades of Deep Magenta #B807BF
Tints of Deep Magenta #B807BF
RGB
CMYK
RGB Variations
Color information
#B807BF (or 0xB807BF) is known color: Deep Magenta. HEX triplet: B8, 07 and BF. RGB value is (184,7,191). Sum of RGB (Red+Green+Blue) = 184+7+191=382 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.17% from 382); Green value is 7 (3.12% from 255 or 1.83% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #B807BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B807BF is #47F840. Grayscale: #505050. Windows color (decimal): -4716609 or 12519352. OLE color: 12519352.
HSL color Cylindrical-coordinate representation of color #B807BF: hue angle of 297.72º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B807BF is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 7 | 191 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.25 |
| HSL | 297.72º | 0.93% | 0.39% | - |
| HSV(B) | 297.72º | 0.96% | 0.75% | - |
| XYZ | 29.25 | 14.1 | 50.47 | - |
| YUV | 80.9 | 190.14 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 7 | 191 | 0.04 | 0.96 | 0 | 0.25 | 297.72 | 0.93 | 0.39 |
| Hex | B8 | 7 | BF | 4 | 60 | 0 | 19 | 12A | 5D | 27 |
| Octal | 270 | 7 | 277 | 4 | 140 | 0 | 31 | 452 | 135 | 47 |
| Binary | 10111000 | 111 | 10111111 | 100 | 1100000 | 0 | 11001 | 100101010 | 1011101 | 100111 |
Color Harmonies of #B807BF
Complementary color
Monochromatic Colors of #B807BF
Black with #B807BF
Text Example
Text Example
White with #B807BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B807BF; }
p { color: rgb(184,7,191); }
H1.HeaderClassName
{
color: #B807BF;
}
.AnyTagClassName
{
color: #B807BF;
}
</style>
background-color css
<style>
a { background-color: #B807BF; }
a { background-color: rgb(184,7,191); }
div.DivClassName
{
background-color: #B807BF;
}
.BgClassName
{
background-color: #B807BF;
}
</style>
border-color css
<style>
span { border-color: #B807BF; }
span { border-color: rgb(184,7,191); }
td.TdClassName
{
border-color: #B807BF;
}
.TagClassName
{
border-color: #B807BF;
}
</style>