Shades of Electric Purple #B927FE
Tints of Electric Purple #B927FE
RGB
CMYK
RGB Variations
Color information
#B927FE (or 0xB927FE) is known color: Electric Purple. HEX triplet: B9, 27 and FE. RGB value is (185,39,254). Sum of RGB (Red+Green+Blue) = 185+39+254=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 39 (15.62% from 255 or 8.16% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #B927FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B927FE is #46D801. Grayscale: #6A6A6A. Windows color (decimal): -4642818 or 16656313. OLE color: 16656313.
HSL color Cylindrical-coordinate representation of color #B927FE: hue angle of 280.74º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B927FE is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 185 | 39 | 254 | - |
| CMYK | 0.27 | 0.85 | 0 | 0.00 |
| HSL | 280.74º | 0.99% | 0.57% | - |
| HSV(B) | 280.74º | 0.85% | 1% | - |
| XYZ | 38.62 | 18.92 | 95.38 | - |
| YUV | 107.16 | 210.87 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 39 | 254 | 0.27 | 0.85 | 0 | 0.00 | 280.74 | 0.99 | 0.57 |
| Hex | B9 | 27 | FE | 1B | 55 | 0 | 0 | 119 | 63 | 39 |
| Octal | 271 | 47 | 376 | 33 | 125 | 0 | 0 | 431 | 143 | 71 |
| Binary | 10111001 | 100111 | 11111110 | 11011 | 1010101 | 0 | 0 | 100011001 | 1100011 | 111001 |
Color Harmonies of #B927FE
Complementary color
Monochromatic Colors of #B927FE
Black with #B927FE
Text Example
Text Example
White with #B927FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B927FE; }
p { color: rgb(185,39,254); }
H1.HeaderClassName
{
color: #B927FE;
}
.AnyTagClassName
{
color: #B927FE;
}
</style>
background-color css
<style>
a { background-color: #B927FE; }
a { background-color: rgb(185,39,254); }
div.DivClassName
{
background-color: #B927FE;
}
.BgClassName
{
background-color: #B927FE;
}
</style>
border-color css
<style>
span { border-color: #B927FE; }
span { border-color: rgb(185,39,254); }
td.TdClassName
{
border-color: #B927FE;
}
.TagClassName
{
border-color: #B927FE;
}
</style>