Shades of Deep Magenta #B808BF
Tints of Deep Magenta #B808BF
RGB
CMYK
RGB Variations
Color information
#B808BF (or 0xB808BF) is known color: Deep Magenta. HEX triplet: B8, 08 and BF. RGB value is (184,8,191). Sum of RGB (Red+Green+Blue) = 184+8+191=383 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.04% from 383); Green value is 8 (3.52% from 255 or 2.09% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #B808BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B808BF is #47F740. Grayscale: #505050. Windows color (decimal): -4716353 or 12519608. OLE color: 12519608.
HSL color Cylindrical-coordinate representation of color #B808BF: hue angle of 297.7º degrees, saturation: 0.92, 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 #B808BF is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 8 | 191 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.25 |
| HSL | 297.7º | 0.92% | 0.39% | - |
| HSV(B) | 297.7º | 0.96% | 0.75% | - |
| XYZ | 29.26 | 14.13 | 50.47 | - |
| YUV | 81.49 | 189.81 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 8 | 191 | 0.04 | 0.96 | 0 | 0.25 | 297.7 | 0.92 | 0.39 |
| Hex | B8 | 8 | BF | 4 | 60 | 0 | 19 | 12A | 5C | 27 |
| Octal | 270 | 10 | 277 | 4 | 140 | 0 | 31 | 452 | 134 | 47 |
| Binary | 10111000 | 1000 | 10111111 | 100 | 1100000 | 0 | 11001 | 100101010 | 1011100 | 100111 |
Color Harmonies of #B808BF
Complementary color
Monochromatic Colors of #B808BF
Black with #B808BF
Text Example
Text Example
White with #B808BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B808BF; }
p { color: rgb(184,8,191); }
H1.HeaderClassName
{
color: #B808BF;
}
.AnyTagClassName
{
color: #B808BF;
}
</style>
background-color css
<style>
a { background-color: #B808BF; }
a { background-color: rgb(184,8,191); }
div.DivClassName
{
background-color: #B808BF;
}
.BgClassName
{
background-color: #B808BF;
}
</style>
border-color css
<style>
span { border-color: #B808BF; }
span { border-color: rgb(184,8,191); }
td.TdClassName
{
border-color: #B808BF;
}
.TagClassName
{
border-color: #B808BF;
}
</style>