Shades of Deep Magenta #B900B8
Tints of Deep Magenta #B900B8
RGB
CMYK
RGB Variations
Color information
#B900B8 (or 0xB900B8) is known color: Deep Magenta. HEX triplet: B9, 00 and B8. RGB value is (185,0,184). Sum of RGB (Red+Green+Blue) = 185+0+184=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 184 (72.27% from 255 or 49.86% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B900B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B900B8 is #46FF47. Grayscale: #4B4B4B. Windows color (decimal): -4652872 or 12058809. OLE color: 12058809.
HSL color Cylindrical-coordinate representation of color #B900B8: hue angle of 300.32º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B900B8 is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 0 | 184 | - |
| CMYK | 0 | 1 | 0.01 | 0.27 |
| HSL | 300.32º | 1% | 0.36% | - |
| HSV(B) | 300.32º | 1% | 0.73% | - |
| XYZ | 28.66 | 13.77 | 46.5 | - |
| YUV | 76.29 | 188.79 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 0 | 184 | 0 | 1 | 0.01 | 0.27 | 300.32 | 1 | 0.36 |
| Hex | B9 | 0 | B8 | 0 | 64 | 1 | 1B | 12C | 64 | 24 |
| Octal | 271 | 0 | 270 | 0 | 144 | 1 | 33 | 454 | 144 | 44 |
| Binary | 10111001 | 0 | 10111000 | 0 | 1100100 | 1 | 11011 | 100101100 | 1100100 | 100100 |
Color Harmonies of #B900B8
Complementary color
Monochromatic Colors of #B900B8
Black with #B900B8
Text Example
Text Example
White with #B900B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B900B8; }
p { color: rgb(185,0,184); }
H1.HeaderClassName
{
color: #B900B8;
}
.AnyTagClassName
{
color: #B900B8;
}
</style>
background-color css
<style>
a { background-color: #B900B8; }
a { background-color: rgb(185,0,184); }
div.DivClassName
{
background-color: #B900B8;
}
.BgClassName
{
background-color: #B900B8;
}
</style>
border-color css
<style>
span { border-color: #B900B8; }
span { border-color: rgb(185,0,184); }
td.TdClassName
{
border-color: #B900B8;
}
.TagClassName
{
border-color: #B900B8;
}
</style>