Shades of Electric Purple #B203FA
Tints of Electric Purple #B203FA
RGB
CMYK
RGB Variations
Color information
#B203FA (or 0xB203FA) is known color: Electric Purple. HEX triplet: B2, 03 and FA. RGB value is (178,3,250). Sum of RGB (Red+Green+Blue) = 178+3+250=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 3 (1.56% from 255 or 0.70% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #B203FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B203FA is #4DFC05. Grayscale: #525252. Windows color (decimal): -5110790 or 16384946. OLE color: 16384946.
HSL color Cylindrical-coordinate representation of color #B203FA: hue angle of 282.51º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B203FA is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 3 | 250 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.02 |
| HSL | 282.51º | 0.98% | 0.5% | - |
| HSV(B) | 282.51º | 0.99% | 0.98% | - |
| XYZ | 35.65 | 16.43 | 91.74 | - |
| YUV | 83.48 | 221.98 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 3 | 250 | 0.29 | 0.99 | 0 | 0.02 | 282.51 | 0.98 | 0.5 |
| Hex | B2 | 3 | FA | 1D | 63 | 0 | 2 | 11B | 62 | 32 |
| Octal | 262 | 3 | 372 | 35 | 143 | 0 | 2 | 433 | 142 | 62 |
| Binary | 10110010 | 11 | 11111010 | 11101 | 1100011 | 0 | 10 | 100011011 | 1100010 | 110010 |
Color Harmonies of #B203FA
Complementary color
Monochromatic Colors of #B203FA
Black with #B203FA
Text Example
Text Example
White with #B203FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B203FA; }
p { color: rgb(178,3,250); }
H1.HeaderClassName
{
color: #B203FA;
}
.AnyTagClassName
{
color: #B203FA;
}
</style>
background-color css
<style>
a { background-color: #B203FA; }
a { background-color: rgb(178,3,250); }
div.DivClassName
{
background-color: #B203FA;
}
.BgClassName
{
background-color: #B203FA;
}
</style>
border-color css
<style>
span { border-color: #B203FA; }
span { border-color: rgb(178,3,250); }
td.TdClassName
{
border-color: #B203FA;
}
.TagClassName
{
border-color: #B203FA;
}
</style>