Shades of Deep Magenta #B800BD
Tints of Deep Magenta #B800BD
RGB
CMYK
RGB Variations
Color information
#B800BD (or 0xB800BD) is known color: Deep Magenta. HEX triplet: B8, 00 and BD. RGB value is (184,0,189). Sum of RGB (Red+Green+Blue) = 184+0+189=373 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.33% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #B800BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B800BD is #47FF42. Grayscale: #4B4B4B. Windows color (decimal): -4718403 or 12386488. OLE color: 12386488.
HSL color Cylindrical-coordinate representation of color #B800BD: hue angle of 298.41º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B800BD is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 0 | 189 | - |
| CMYK | 0.03 | 1 | 0 | 0.26 |
| HSL | 298.41º | 1% | 0.37% | - |
| HSV(B) | 298.41º | 1% | 0.74% | - |
| XYZ | 28.95 | 13.86 | 49.29 | - |
| YUV | 76.56 | 191.46 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 189 | 0.03 | 1 | 0 | 0.26 | 298.41 | 1 | 0.37 |
| Hex | B8 | 0 | BD | 3 | 64 | 0 | 1A | 12A | 64 | 25 |
| Octal | 270 | 0 | 275 | 3 | 144 | 0 | 32 | 452 | 144 | 45 |
| Binary | 10111000 | 0 | 10111101 | 11 | 1100100 | 0 | 11010 | 100101010 | 1100100 | 100101 |
Color Harmonies of #B800BD
Complementary color
Monochromatic Colors of #B800BD
Black with #B800BD
Text Example
Text Example
White with #B800BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B800BD; }
p { color: rgb(184,0,189); }
H1.HeaderClassName
{
color: #B800BD;
}
.AnyTagClassName
{
color: #B800BD;
}
</style>
background-color css
<style>
a { background-color: #B800BD; }
a { background-color: rgb(184,0,189); }
div.DivClassName
{
background-color: #B800BD;
}
.BgClassName
{
background-color: #B800BD;
}
</style>
border-color css
<style>
span { border-color: #B800BD; }
span { border-color: rgb(184,0,189); }
td.TdClassName
{
border-color: #B800BD;
}
.TagClassName
{
border-color: #B800BD;
}
</style>