Shades of Deep Magenta #B204BD
Tints of Deep Magenta #B204BD
RGB
CMYK
RGB Variations
Color information
#B204BD (or 0xB204BD) is known color: Deep Magenta. HEX triplet: B2, 04 and BD. RGB value is (178,4,189). Sum of RGB (Red+Green+Blue) = 178+4+189=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 4 (1.95% from 255 or 1.08% from 371); Blue value is 189 (74.22% from 255 or 50.94% from 371); Max value from RGB is 189 - color contains mainly: blue. Hex color #B204BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B204BD is #4DFB42. Grayscale: #4C4C4C. Windows color (decimal): -5110595 or 12387506. OLE color: 12387506.
HSL color Cylindrical-coordinate representation of color #B204BD: hue angle of 296.43º degrees, saturation: 0.96, 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 #B204BD is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 4 | 189 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.26 |
| HSL | 296.43º | 0.96% | 0.38% | - |
| HSV(B) | 296.43º | 0.98% | 0.74% | - |
| XYZ | 27.59 | 13.23 | 49.24 | - |
| YUV | 77.12 | 191.15 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 4 | 189 | 0.06 | 0.98 | 0 | 0.26 | 296.43 | 0.96 | 0.38 |
| Hex | B2 | 4 | BD | 6 | 62 | 0 | 1A | 128 | 60 | 26 |
| Octal | 262 | 4 | 275 | 6 | 142 | 0 | 32 | 450 | 140 | 46 |
| Binary | 10110010 | 100 | 10111101 | 110 | 1100010 | 0 | 11010 | 100101000 | 1100000 | 100110 |
Color Harmonies of #B204BD
Complementary color
Monochromatic Colors of #B204BD
Black with #B204BD
Text Example
Text Example
White with #B204BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B204BD; }
p { color: rgb(178,4,189); }
H1.HeaderClassName
{
color: #B204BD;
}
.AnyTagClassName
{
color: #B204BD;
}
</style>
background-color css
<style>
a { background-color: #B204BD; }
a { background-color: rgb(178,4,189); }
div.DivClassName
{
background-color: #B204BD;
}
.BgClassName
{
background-color: #B204BD;
}
</style>
border-color css
<style>
span { border-color: #B204BD; }
span { border-color: rgb(178,4,189); }
td.TdClassName
{
border-color: #B204BD;
}
.TagClassName
{
border-color: #B204BD;
}
</style>