Shades of Electric Purple #B910FE
Tints of Electric Purple #B910FE
RGB
CMYK
RGB Variations
Color information
#B910FE (or 0xB910FE) is known color: Electric Purple. HEX triplet: B9, 10 and FE. RGB value is (185,16,254). Sum of RGB (Red+Green+Blue) = 185+16+254=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 16 (6.64% from 255 or 3.52% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #B910FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B910FE is #46EF01. Grayscale: #5C5C5C. Windows color (decimal): -4648706 or 16650425. OLE color: 16650425.
HSL color Cylindrical-coordinate representation of color #B910FE: hue angle of 282.61º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B910FE is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 185 | 16 | 254 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.00 |
| HSL | 282.61º | 0.99% | 0.53% | - |
| HSV(B) | 282.61º | 0.94% | 1% | - |
| XYZ | 38.08 | 17.84 | 95.2 | - |
| YUV | 93.66 | 218.49 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 16 | 254 | 0.27 | 0.94 | 0 | 0.00 | 282.61 | 0.99 | 0.53 |
| Hex | B9 | 10 | FE | 1B | 5E | 0 | 0 | 11B | 63 | 35 |
| Octal | 271 | 20 | 376 | 33 | 136 | 0 | 0 | 433 | 143 | 65 |
| Binary | 10111001 | 10000 | 11111110 | 11011 | 1011110 | 0 | 0 | 100011011 | 1100011 | 110101 |
Color Harmonies of #B910FE
Complementary color
Monochromatic Colors of #B910FE
Black with #B910FE
Text Example
Text Example
White with #B910FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B910FE; }
p { color: rgb(185,16,254); }
H1.HeaderClassName
{
color: #B910FE;
}
.AnyTagClassName
{
color: #B910FE;
}
</style>
background-color css
<style>
a { background-color: #B910FE; }
a { background-color: rgb(185,16,254); }
div.DivClassName
{
background-color: #B910FE;
}
.BgClassName
{
background-color: #B910FE;
}
</style>
border-color css
<style>
span { border-color: #B910FE; }
span { border-color: rgb(185,16,254); }
td.TdClassName
{
border-color: #B910FE;
}
.TagClassName
{
border-color: #B910FE;
}
</style>