Shades of Deep Magenta #B807B3
Tints of Deep Magenta #B807B3
RGB
CMYK
RGB Variations
Color information
#B807B3 (or 0xB807B3) is known color: Deep Magenta. HEX triplet: B8, 07 and B3. RGB value is (184,7,179). Sum of RGB (Red+Green+Blue) = 184+7+179=370 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.73% from 370); Green value is 7 (3.12% from 255 or 1.89% from 370); Blue value is 179 (70.31% from 255 or 48.38% from 370); Max value from RGB is 184 - color contains mainly: red. Hex color #B807B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B807B3 is #47F84C. Grayscale: #4F4F4F. Windows color (decimal): -4716621 or 11732920. OLE color: 11732920.
HSL color Cylindrical-coordinate representation of color #B807B3: hue angle of 301.69º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B807B3 is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 7 | 179 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.28 |
| HSL | 301.69º | 0.93% | 0.37% | - |
| HSV(B) | 301.69º | 0.96% | 0.72% | - |
| XYZ | 27.98 | 13.6 | 43.8 | - |
| YUV | 79.53 | 184.14 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 7 | 179 | 0 | 0.96 | 0.03 | 0.28 | 301.69 | 0.93 | 0.37 |
| Hex | B8 | 7 | B3 | 0 | 60 | 3 | 1C | 12E | 5D | 25 |
| Octal | 270 | 7 | 263 | 0 | 140 | 3 | 34 | 456 | 135 | 45 |
| Binary | 10111000 | 111 | 10110011 | 0 | 1100000 | 11 | 11100 | 100101110 | 1011101 | 100101 |
Color Harmonies of #B807B3
Complementary color
Monochromatic Colors of #B807B3
Black with #B807B3
Text Example
Text Example
White with #B807B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B807B3; }
p { color: rgb(184,7,179); }
H1.HeaderClassName
{
color: #B807B3;
}
.AnyTagClassName
{
color: #B807B3;
}
</style>
background-color css
<style>
a { background-color: #B807B3; }
a { background-color: rgb(184,7,179); }
div.DivClassName
{
background-color: #B807B3;
}
.BgClassName
{
background-color: #B807B3;
}
</style>
border-color css
<style>
span { border-color: #B807B3; }
span { border-color: rgb(184,7,179); }
td.TdClassName
{
border-color: #B807B3;
}
.TagClassName
{
border-color: #B807B3;
}
</style>