Shades of Electric Purple #B505FE
Tints of Electric Purple #B505FE
RGB
CMYK
RGB Variations
Color information
#B505FE (or 0xB505FE) is known color: Electric Purple. HEX triplet: B5, 05 and FE. RGB value is (181,5,254). Sum of RGB (Red+Green+Blue) = 181+5+254=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 5 (2.34% from 255 or 1.14% from 440); Blue value is 254 (99.61% from 255 or 57.73% from 440); Max value from RGB is 254 - color contains mainly: blue. Hex color #B505FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B505FE is #4AFA01. Grayscale: #555555. Windows color (decimal): -4913666 or 16647605. OLE color: 16647605.
HSL color Cylindrical-coordinate representation of color #B505FE: hue angle of 282.41º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B505FE is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 5 | 254 | - |
| CMYK | 0.29 | 0.98 | 0 | 0.00 |
| HSL | 282.41º | 0.99% | 0.51% | - |
| HSV(B) | 282.41º | 0.98% | 1% | - |
| XYZ | 37 | 17.09 | 95.11 | - |
| YUV | 86.01 | 222.81 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 5 | 254 | 0.29 | 0.98 | 0 | 0.00 | 282.41 | 0.99 | 0.51 |
| Hex | B5 | 5 | FE | 1D | 62 | 0 | 0 | 11A | 63 | 33 |
| Octal | 265 | 5 | 376 | 35 | 142 | 0 | 0 | 432 | 143 | 63 |
| Binary | 10110101 | 101 | 11111110 | 11101 | 1100010 | 0 | 0 | 100011010 | 1100011 | 110011 |
Color Harmonies of #B505FE
Complementary color
Monochromatic Colors of #B505FE
Black with #B505FE
Text Example
Text Example
White with #B505FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B505FE; }
p { color: rgb(181,5,254); }
H1.HeaderClassName
{
color: #B505FE;
}
.AnyTagClassName
{
color: #B505FE;
}
</style>
background-color css
<style>
a { background-color: #B505FE; }
a { background-color: rgb(181,5,254); }
div.DivClassName
{
background-color: #B505FE;
}
.BgClassName
{
background-color: #B505FE;
}
</style>
border-color css
<style>
span { border-color: #B505FE; }
span { border-color: rgb(181,5,254); }
td.TdClassName
{
border-color: #B505FE;
}
.TagClassName
{
border-color: #B505FE;
}
</style>