Shades of Deep Magenta #B205CF
Tints of Deep Magenta #B205CF
RGB
CMYK
RGB Variations
Color information
#B205CF (or 0xB205CF) is known color: Deep Magenta. HEX triplet: B2, 05 and CF. RGB value is (178,5,207). Sum of RGB (Red+Green+Blue) = 178+5+207=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 5 (2.34% from 255 or 1.28% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #B205CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B205CF is #4DFA30. Grayscale: #4F4F4F. Windows color (decimal): -5110321 or 13567410. OLE color: 13567410.
HSL color Cylindrical-coordinate representation of color #B205CF: hue angle of 291.39º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B205CF is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 5 | 207 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.19 |
| HSL | 291.39º | 0.95% | 0.42% | - |
| HSV(B) | 291.39º | 0.98% | 0.81% | - |
| XYZ | 29.68 | 14.08 | 60.18 | - |
| YUV | 79.76 | 199.81 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 5 | 207 | 0.14 | 0.98 | 0 | 0.19 | 291.39 | 0.95 | 0.42 |
| Hex | B2 | 5 | CF | E | 62 | 0 | 13 | 123 | 5F | 2A |
| Octal | 262 | 5 | 317 | 16 | 142 | 0 | 23 | 443 | 137 | 52 |
| Binary | 10110010 | 101 | 11001111 | 1110 | 1100010 | 0 | 10011 | 100100011 | 1011111 | 101010 |
Color Harmonies of #B205CF
Complementary color
Monochromatic Colors of #B205CF
Black with #B205CF
Text Example
Text Example
White with #B205CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B205CF; }
p { color: rgb(178,5,207); }
H1.HeaderClassName
{
color: #B205CF;
}
.AnyTagClassName
{
color: #B205CF;
}
</style>
background-color css
<style>
a { background-color: #B205CF; }
a { background-color: rgb(178,5,207); }
div.DivClassName
{
background-color: #B205CF;
}
.BgClassName
{
background-color: #B205CF;
}
</style>
border-color css
<style>
span { border-color: #B205CF; }
span { border-color: rgb(178,5,207); }
td.TdClassName
{
border-color: #B205CF;
}
.TagClassName
{
border-color: #B205CF;
}
</style>