Shades of Electric Purple #B603F0
Tints of Electric Purple #B603F0
RGB
CMYK
RGB Variations
Color information
#B603F0 (or 0xB603F0) is known color: Electric Purple. HEX triplet: B6, 03 and F0. RGB value is (182,3,240). Sum of RGB (Red+Green+Blue) = 182+3+240=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 3 (1.56% from 255 or 0.71% from 425); Blue value is 240 (94.14% from 255 or 56.47% from 425); Max value from RGB is 240 - color contains mainly: blue. Hex color #B603F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B603F0 is #49FC0F. Grayscale: #525252. Windows color (decimal): -4848656 or 15729590. OLE color: 15729590.
HSL color Cylindrical-coordinate representation of color #B603F0: hue angle of 285.32º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B603F0 is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 182 | 3 | 240 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.06 |
| HSL | 285.32º | 0.98% | 0.48% | - |
| HSV(B) | 285.32º | 0.99% | 0.94% | - |
| XYZ | 35.05 | 16.3 | 83.74 | - |
| YUV | 83.54 | 216.3 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 3 | 240 | 0.24 | 0.99 | 0 | 0.06 | 285.32 | 0.98 | 0.48 |
| Hex | B6 | 3 | F0 | 18 | 63 | 0 | 6 | 11D | 62 | 30 |
| Octal | 266 | 3 | 360 | 30 | 143 | 0 | 6 | 435 | 142 | 60 |
| Binary | 10110110 | 11 | 11110000 | 11000 | 1100011 | 0 | 110 | 100011101 | 1100010 | 110000 |
Color Harmonies of #B603F0
Complementary color
Monochromatic Colors of #B603F0
Black with #B603F0
Text Example
Text Example
White with #B603F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B603F0; }
p { color: rgb(182,3,240); }
H1.HeaderClassName
{
color: #B603F0;
}
.AnyTagClassName
{
color: #B603F0;
}
</style>
background-color css
<style>
a { background-color: #B603F0; }
a { background-color: rgb(182,3,240); }
div.DivClassName
{
background-color: #B603F0;
}
.BgClassName
{
background-color: #B603F0;
}
</style>
border-color css
<style>
span { border-color: #B603F0; }
span { border-color: rgb(182,3,240); }
td.TdClassName
{
border-color: #B603F0;
}
.TagClassName
{
border-color: #B603F0;
}
</style>