Shades of Deep Magenta #B803BD
Tints of Deep Magenta #B803BD
RGB
CMYK
RGB Variations
Color information
#B803BD (or 0xB803BD) is known color: Deep Magenta. HEX triplet: B8, 03 and BD. RGB value is (184,3,189). Sum of RGB (Red+Green+Blue) = 184+3+189=376 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.94% from 376); Green value is 3 (1.56% from 255 or 0.80% from 376); Blue value is 189 (74.22% from 255 or 50.27% from 376); Max value from RGB is 189 - color contains mainly: blue. Hex color #B803BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B803BD is #47FC42. Grayscale: #4D4D4D. Windows color (decimal): -4717635 or 12387256. OLE color: 12387256.
HSL color Cylindrical-coordinate representation of color #B803BD: hue angle of 298.39º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B803BD is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 3 | 189 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.26 |
| HSL | 298.39º | 0.97% | 0.38% | - |
| HSV(B) | 298.39º | 0.98% | 0.74% | - |
| XYZ | 28.99 | 13.93 | 49.31 | - |
| YUV | 78.32 | 190.47 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 3 | 189 | 0.03 | 0.98 | 0 | 0.26 | 298.39 | 0.97 | 0.38 |
| Hex | B8 | 3 | BD | 3 | 62 | 0 | 1A | 12A | 61 | 26 |
| Octal | 270 | 3 | 275 | 3 | 142 | 0 | 32 | 452 | 141 | 46 |
| Binary | 10111000 | 11 | 10111101 | 11 | 1100010 | 0 | 11010 | 100101010 | 1100001 | 100110 |
Color Harmonies of #B803BD
Complementary color
Monochromatic Colors of #B803BD
Black with #B803BD
Text Example
Text Example
White with #B803BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B803BD; }
p { color: rgb(184,3,189); }
H1.HeaderClassName
{
color: #B803BD;
}
.AnyTagClassName
{
color: #B803BD;
}
</style>
background-color css
<style>
a { background-color: #B803BD; }
a { background-color: rgb(184,3,189); }
div.DivClassName
{
background-color: #B803BD;
}
.BgClassName
{
background-color: #B803BD;
}
</style>
border-color css
<style>
span { border-color: #B803BD; }
span { border-color: rgb(184,3,189); }
td.TdClassName
{
border-color: #B803BD;
}
.TagClassName
{
border-color: #B803BD;
}
</style>