Shades of Deep Magenta #BD00B8
Tints of Deep Magenta #BD00B8
RGB
CMYK
RGB Variations
Color information
#BD00B8 (or 0xBD00B8) is known color: Deep Magenta. HEX triplet: BD, 00 and B8. RGB value is (189,0,184). Sum of RGB (Red+Green+Blue) = 189+0+184=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 184 (72.27% from 255 or 49.33% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD00B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD00B8 is #42FF47. Grayscale: #4C4C4C. Windows color (decimal): -4390728 or 12058813. OLE color: 12058813.
HSL color Cylindrical-coordinate representation of color #BD00B8: hue angle of 301.59º 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 #BD00B8 is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 0 | 184 | - |
| CMYK | 0 | 1 | 0.03 | 0.26 |
| HSL | 301.59º | 1% | 0.37% | - |
| HSV(B) | 301.59º | 1% | 0.74% | - |
| XYZ | 29.64 | 14.28 | 46.54 | - |
| YUV | 77.49 | 188.12 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 184 | 0 | 1 | 0.03 | 0.26 | 301.59 | 1 | 0.37 |
| Hex | BD | 0 | B8 | 0 | 64 | 3 | 1A | 12E | 64 | 25 |
| Octal | 275 | 0 | 270 | 0 | 144 | 3 | 32 | 456 | 144 | 45 |
| Binary | 10111101 | 0 | 10111000 | 0 | 1100100 | 11 | 11010 | 100101110 | 1100100 | 100101 |
Color Harmonies of #BD00B8
Complementary color
Monochromatic Colors of #BD00B8
Black with #BD00B8
Text Example
Text Example
White with #BD00B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD00B8; }
p { color: rgb(189,0,184); }
H1.HeaderClassName
{
color: #BD00B8;
}
.AnyTagClassName
{
color: #BD00B8;
}
</style>
background-color css
<style>
a { background-color: #BD00B8; }
a { background-color: rgb(189,0,184); }
div.DivClassName
{
background-color: #BD00B8;
}
.BgClassName
{
background-color: #BD00B8;
}
</style>
border-color css
<style>
span { border-color: #BD00B8; }
span { border-color: rgb(189,0,184); }
td.TdClassName
{
border-color: #BD00B8;
}
.TagClassName
{
border-color: #BD00B8;
}
</style>