Shades of Electric Purple #B203F4
Tints of Electric Purple #B203F4
RGB
CMYK
RGB Variations
Color information
#B203F4 (or 0xB203F4) is known color: Electric Purple. HEX triplet: B2, 03 and F4. RGB value is (178,3,244). Sum of RGB (Red+Green+Blue) = 178+3+244=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 3 (1.56% from 255 or 0.71% from 425); Blue value is 244 (95.70% from 255 or 57.41% from 425); Max value from RGB is 244 - color contains mainly: blue. Hex color #B203F4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B203F4 is #4DFC0B. Grayscale: #525252. Windows color (decimal): -5110796 or 15991730. OLE color: 15991730.
HSL color Cylindrical-coordinate representation of color #B203F4: hue angle of 283.57º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B203F4 is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 3 | 244 | - |
| CMYK | 0.27 | 0.99 | 0 | 0.04 |
| HSL | 283.57º | 0.98% | 0.48% | - |
| HSV(B) | 283.57º | 0.99% | 0.96% | - |
| XYZ | 34.72 | 16.06 | 86.86 | - |
| YUV | 82.8 | 218.98 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 3 | 244 | 0.27 | 0.99 | 0 | 0.04 | 283.57 | 0.98 | 0.48 |
| Hex | B2 | 3 | F4 | 1B | 63 | 0 | 4 | 11C | 62 | 30 |
| Octal | 262 | 3 | 364 | 33 | 143 | 0 | 4 | 434 | 142 | 60 |
| Binary | 10110010 | 11 | 11110100 | 11011 | 1100011 | 0 | 100 | 100011100 | 1100010 | 110000 |
Color Harmonies of #B203F4
Complementary color
Monochromatic Colors of #B203F4
Black with #B203F4
Text Example
Text Example
White with #B203F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B203F4; }
p { color: rgb(178,3,244); }
H1.HeaderClassName
{
color: #B203F4;
}
.AnyTagClassName
{
color: #B203F4;
}
</style>
background-color css
<style>
a { background-color: #B203F4; }
a { background-color: rgb(178,3,244); }
div.DivClassName
{
background-color: #B203F4;
}
.BgClassName
{
background-color: #B203F4;
}
</style>
border-color css
<style>
span { border-color: #B203F4; }
span { border-color: rgb(178,3,244); }
td.TdClassName
{
border-color: #B203F4;
}
.TagClassName
{
border-color: #B203F4;
}
</style>