Shades of Electric Purple #B922FE
Tints of Electric Purple #B922FE
RGB
CMYK
RGB Variations
Color information
#B922FE (or 0xB922FE) is known color: Electric Purple. HEX triplet: B9, 22 and FE. RGB value is (185,34,254). Sum of RGB (Red+Green+Blue) = 185+34+254=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 34 (13.67% from 255 or 7.19% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #B922FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B922FE is #46DD01. Grayscale: #676767. Windows color (decimal): -4644098 or 16655033. OLE color: 16655033.
HSL color Cylindrical-coordinate representation of color #B922FE: hue angle of 281.18º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B922FE is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 185 | 34 | 254 | - |
| CMYK | 0.27 | 0.87 | 0 | 0.00 |
| HSL | 281.18º | 0.99% | 0.56% | - |
| HSV(B) | 281.18º | 0.87% | 1% | - |
| XYZ | 38.47 | 18.61 | 95.33 | - |
| YUV | 104.23 | 212.53 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 34 | 254 | 0.27 | 0.87 | 0 | 0.00 | 281.18 | 0.99 | 0.56 |
| Hex | B9 | 22 | FE | 1B | 57 | 0 | 0 | 119 | 63 | 38 |
| Octal | 271 | 42 | 376 | 33 | 127 | 0 | 0 | 431 | 143 | 70 |
| Binary | 10111001 | 100010 | 11111110 | 11011 | 1010111 | 0 | 0 | 100011001 | 1100011 | 111000 |
Color Harmonies of #B922FE
Complementary color
Monochromatic Colors of #B922FE
Black with #B922FE
Text Example
Text Example
White with #B922FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B922FE; }
p { color: rgb(185,34,254); }
H1.HeaderClassName
{
color: #B922FE;
}
.AnyTagClassName
{
color: #B922FE;
}
</style>
background-color css
<style>
a { background-color: #B922FE; }
a { background-color: rgb(185,34,254); }
div.DivClassName
{
background-color: #B922FE;
}
.BgClassName
{
background-color: #B922FE;
}
</style>
border-color css
<style>
span { border-color: #B922FE; }
span { border-color: rgb(185,34,254); }
td.TdClassName
{
border-color: #B922FE;
}
.TagClassName
{
border-color: #B922FE;
}
</style>