Shades of Electric Purple #B509FE
Tints of Electric Purple #B509FE
RGB
CMYK
RGB Variations
Color information
#B509FE (or 0xB509FE) is known color: Electric Purple. HEX triplet: B5, 09 and FE. RGB value is (181,9,254). Sum of RGB (Red+Green+Blue) = 181+9+254=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 9 (3.91% from 255 or 2.03% from 444); Blue value is 254 (99.61% from 255 or 57.21% from 444); Max value from RGB is 254 - color contains mainly: blue. Hex color #B509FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B509FE is #4AF601. Grayscale: #575757. Windows color (decimal): -4912642 or 16648629. OLE color: 16648629.
HSL color Cylindrical-coordinate representation of color #B509FE: hue angle of 282.12º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B509FE is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 9 | 254 | - |
| CMYK | 0.29 | 0.96 | 0 | 0.00 |
| HSL | 282.12º | 0.99% | 0.52% | - |
| HSV(B) | 282.12º | 0.96% | 1% | - |
| XYZ | 37.04 | 17.17 | 95.13 | - |
| YUV | 88.36 | 221.48 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 9 | 254 | 0.29 | 0.96 | 0 | 0.00 | 282.12 | 0.99 | 0.52 |
| Hex | B5 | 9 | FE | 1D | 60 | 0 | 0 | 11A | 63 | 34 |
| Octal | 265 | 11 | 376 | 35 | 140 | 0 | 0 | 432 | 143 | 64 |
| Binary | 10110101 | 1001 | 11111110 | 11101 | 1100000 | 0 | 0 | 100011010 | 1100011 | 110100 |
Color Harmonies of #B509FE
Complementary color
Monochromatic Colors of #B509FE
Black with #B509FE
Text Example
Text Example
White with #B509FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B509FE; }
p { color: rgb(181,9,254); }
H1.HeaderClassName
{
color: #B509FE;
}
.AnyTagClassName
{
color: #B509FE;
}
</style>
background-color css
<style>
a { background-color: #B509FE; }
a { background-color: rgb(181,9,254); }
div.DivClassName
{
background-color: #B509FE;
}
.BgClassName
{
background-color: #B509FE;
}
</style>
border-color css
<style>
span { border-color: #B509FE; }
span { border-color: rgb(181,9,254); }
td.TdClassName
{
border-color: #B509FE;
}
.TagClassName
{
border-color: #B509FE;
}
</style>