Shades of Deep Magenta #B808BA
Tints of Deep Magenta #B808BA
RGB
CMYK
RGB Variations
Color information
#B808BA (or 0xB808BA) is known color: Deep Magenta. HEX triplet: B8, 08 and BA. RGB value is (184,8,186). Sum of RGB (Red+Green+Blue) = 184+8+186=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 8 (3.52% from 255 or 2.12% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #B808BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B808BA is #47F745. Grayscale: #505050. Windows color (decimal): -4716358 or 12191928. OLE color: 12191928.
HSL color Cylindrical-coordinate representation of color #B808BA: hue angle of 299.33º degrees, saturation: 0.92, 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 #B808BA is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 8 | 186 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.27 |
| HSL | 299.33º | 0.92% | 0.38% | - |
| HSV(B) | 299.33º | 0.96% | 0.73% | - |
| XYZ | 28.72 | 13.91 | 47.63 | - |
| YUV | 80.92 | 187.31 | 201.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 8 | 186 | 0.01 | 0.96 | 0 | 0.27 | 299.33 | 0.92 | 0.38 |
| Hex | B8 | 8 | BA | 1 | 60 | 0 | 1B | 12B | 5C | 26 |
| Octal | 270 | 10 | 272 | 1 | 140 | 0 | 33 | 453 | 134 | 46 |
| Binary | 10111000 | 1000 | 10111010 | 1 | 1100000 | 0 | 11011 | 100101011 | 1011100 | 100110 |
Color Harmonies of #B808BA
Complementary color
Monochromatic Colors of #B808BA
Black with #B808BA
Text Example
Text Example
White with #B808BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B808BA; }
p { color: rgb(184,8,186); }
H1.HeaderClassName
{
color: #B808BA;
}
.AnyTagClassName
{
color: #B808BA;
}
</style>
background-color css
<style>
a { background-color: #B808BA; }
a { background-color: rgb(184,8,186); }
div.DivClassName
{
background-color: #B808BA;
}
.BgClassName
{
background-color: #B808BA;
}
</style>
border-color css
<style>
span { border-color: #B808BA; }
span { border-color: rgb(184,8,186); }
td.TdClassName
{
border-color: #B808BA;
}
.TagClassName
{
border-color: #B808BA;
}
</style>