Shades of Deep Magenta #B205B8
Tints of Deep Magenta #B205B8
RGB
CMYK
RGB Variations
Color information
#B205B8 (or 0xB205B8) is known color: Deep Magenta. HEX triplet: B2, 05 and B8. RGB value is (178,5,184). Sum of RGB (Red+Green+Blue) = 178+5+184=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 5 (2.34% from 255 or 1.36% from 367); Blue value is 184 (72.27% from 255 or 50.14% from 367); Max value from RGB is 184 - color contains mainly: blue. Hex color #B205B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B205B8 is #4DFA47. Grayscale: #4C4C4C. Windows color (decimal): -5110344 or 12060082. OLE color: 12060082.
HSL color Cylindrical-coordinate representation of color #B205B8: hue angle of 297.99º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B205B8 is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 5 | 184 | - |
| CMYK | 0.03 | 0.97 | 0 | 0.28 |
| HSL | 297.99º | 0.95% | 0.37% | - |
| HSV(B) | 297.99º | 0.97% | 0.72% | - |
| XYZ | 27.07 | 13.03 | 46.44 | - |
| YUV | 77.13 | 188.31 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 5 | 184 | 0.03 | 0.97 | 0 | 0.28 | 297.99 | 0.95 | 0.37 |
| Hex | B2 | 5 | B8 | 3 | 61 | 0 | 1C | 12A | 5F | 25 |
| Octal | 262 | 5 | 270 | 3 | 141 | 0 | 34 | 452 | 137 | 45 |
| Binary | 10110010 | 101 | 10111000 | 11 | 1100001 | 0 | 11100 | 100101010 | 1011111 | 100101 |
Color Harmonies of #B205B8
Complementary color
Monochromatic Colors of #B205B8
Black with #B205B8
Text Example
Text Example
White with #B205B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B205B8; }
p { color: rgb(178,5,184); }
H1.HeaderClassName
{
color: #B205B8;
}
.AnyTagClassName
{
color: #B205B8;
}
</style>
background-color css
<style>
a { background-color: #B205B8; }
a { background-color: rgb(178,5,184); }
div.DivClassName
{
background-color: #B205B8;
}
.BgClassName
{
background-color: #B205B8;
}
</style>
border-color css
<style>
span { border-color: #B205B8; }
span { border-color: rgb(178,5,184); }
td.TdClassName
{
border-color: #B205B8;
}
.TagClassName
{
border-color: #B205B8;
}
</style>