Shades of Deep Magenta #B203BF
Tints of Deep Magenta #B203BF
RGB
CMYK
RGB Variations
Color information
#B203BF (or 0xB203BF) is known color: Deep Magenta. HEX triplet: B2, 03 and BF. RGB value is (178,3,191). Sum of RGB (Red+Green+Blue) = 178+3+191=372 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.85% from 372); Green value is 3 (1.56% from 255 or 0.81% from 372); Blue value is 191 (75% from 255 or 51.34% from 372); Max value from RGB is 191 - color contains mainly: blue. Hex color #B203BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B203BF is #4DFC40. Grayscale: #4C4C4C. Windows color (decimal): -5110849 or 12518322. OLE color: 12518322.
HSL color Cylindrical-coordinate representation of color #B203BF: hue angle of 295.85º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B203BF is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 3 | 191 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.25 |
| HSL | 295.85º | 0.97% | 0.38% | - |
| HSV(B) | 295.85º | 0.98% | 0.75% | - |
| XYZ | 27.8 | 13.29 | 50.39 | - |
| YUV | 76.76 | 192.48 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 3 | 191 | 0.07 | 0.98 | 0 | 0.25 | 295.85 | 0.97 | 0.38 |
| Hex | B2 | 3 | BF | 7 | 62 | 0 | 19 | 128 | 61 | 26 |
| Octal | 262 | 3 | 277 | 7 | 142 | 0 | 31 | 450 | 141 | 46 |
| Binary | 10110010 | 11 | 10111111 | 111 | 1100010 | 0 | 11001 | 100101000 | 1100001 | 100110 |
Color Harmonies of #B203BF
Complementary color
Monochromatic Colors of #B203BF
Black with #B203BF
Text Example
Text Example
White with #B203BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B203BF; }
p { color: rgb(178,3,191); }
H1.HeaderClassName
{
color: #B203BF;
}
.AnyTagClassName
{
color: #B203BF;
}
</style>
background-color css
<style>
a { background-color: #B203BF; }
a { background-color: rgb(178,3,191); }
div.DivClassName
{
background-color: #B203BF;
}
.BgClassName
{
background-color: #B203BF;
}
</style>
border-color css
<style>
span { border-color: #B203BF; }
span { border-color: rgb(178,3,191); }
td.TdClassName
{
border-color: #B203BF;
}
.TagClassName
{
border-color: #B203BF;
}
</style>