Shades of Deep Magenta #B203B7
Tints of Deep Magenta #B203B7
RGB
CMYK
RGB Variations
Color information
#B203B7 (or 0xB203B7) is known color: Deep Magenta. HEX triplet: B2, 03 and B7. RGB value is (178,3,183). Sum of RGB (Red+Green+Blue) = 178+3+183=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 3 (1.56% from 255 or 0.82% from 364); Blue value is 183 (71.88% from 255 or 50.27% from 364); Max value from RGB is 183 - color contains mainly: blue. Hex color #B203B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B203B7 is #4DFC48. Grayscale: #4B4B4B. Windows color (decimal): -5110857 or 11994034. OLE color: 11994034.
HSL color Cylindrical-coordinate representation of color #B203B7: hue angle of 298.33º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B203B7 is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 3 | 183 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.28 |
| HSL | 298.33º | 0.97% | 0.36% | - |
| HSV(B) | 298.33º | 0.98% | 0.72% | - |
| XYZ | 26.94 | 12.95 | 45.88 | - |
| YUV | 75.85 | 188.48 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 3 | 183 | 0.03 | 0.98 | 0 | 0.28 | 298.33 | 0.97 | 0.36 |
| Hex | B2 | 3 | B7 | 3 | 62 | 0 | 1C | 12A | 61 | 24 |
| Octal | 262 | 3 | 267 | 3 | 142 | 0 | 34 | 452 | 141 | 44 |
| Binary | 10110010 | 11 | 10110111 | 11 | 1100010 | 0 | 11100 | 100101010 | 1100001 | 100100 |
Color Harmonies of #B203B7
Complementary color
Monochromatic Colors of #B203B7
Black with #B203B7
Text Example
Text Example
White with #B203B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B203B7; }
p { color: rgb(178,3,183); }
H1.HeaderClassName
{
color: #B203B7;
}
.AnyTagClassName
{
color: #B203B7;
}
</style>
background-color css
<style>
a { background-color: #B203B7; }
a { background-color: rgb(178,3,183); }
div.DivClassName
{
background-color: #B203B7;
}
.BgClassName
{
background-color: #B203B7;
}
</style>
border-color css
<style>
span { border-color: #B203B7; }
span { border-color: rgb(178,3,183); }
td.TdClassName
{
border-color: #B203B7;
}
.TagClassName
{
border-color: #B203B7;
}
</style>