Shades of Electric Purple #B227FE
Tints of Electric Purple #B227FE
RGB
CMYK
RGB Variations
Color information
#B227FE (or 0xB227FE) is known color: Electric Purple. HEX triplet: B2, 27 and FE. RGB value is (178,39,254). Sum of RGB (Red+Green+Blue) = 178+39+254=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 39 (15.62% from 255 or 8.28% from 471); Blue value is 254 (99.61% from 255 or 53.93% from 471); Max value from RGB is 254 - color contains mainly: blue. Hex color #B227FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B227FE is #4DD801. Grayscale: #686868. Windows color (decimal): -5101570 or 16656306. OLE color: 16656306.
HSL color Cylindrical-coordinate representation of color #B227FE: hue angle of 278.79º 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 #B227FE is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 39 | 254 | - |
| CMYK | 0.30 | 0.85 | 0 | 0.00 |
| HSL | 278.79º | 0.99% | 0.57% | - |
| HSV(B) | 278.79º | 0.85% | 1% | - |
| XYZ | 36.98 | 18.07 | 95.31 | - |
| YUV | 105.07 | 212.05 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 39 | 254 | 0.30 | 0.85 | 0 | 0.00 | 278.79 | 0.99 | 0.57 |
| Hex | B2 | 27 | FE | 1E | 55 | 0 | 0 | 117 | 63 | 39 |
| Octal | 262 | 47 | 376 | 36 | 125 | 0 | 0 | 427 | 143 | 71 |
| Binary | 10110010 | 100111 | 11111110 | 11110 | 1010101 | 0 | 0 | 100010111 | 1100011 | 111001 |
Color Harmonies of #B227FE
Complementary color
Monochromatic Colors of #B227FE
Black with #B227FE
Text Example
Text Example
White with #B227FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B227FE; }
p { color: rgb(178,39,254); }
H1.HeaderClassName
{
color: #B227FE;
}
.AnyTagClassName
{
color: #B227FE;
}
</style>
background-color css
<style>
a { background-color: #B227FE; }
a { background-color: rgb(178,39,254); }
div.DivClassName
{
background-color: #B227FE;
}
.BgClassName
{
background-color: #B227FE;
}
</style>
border-color css
<style>
span { border-color: #B227FE; }
span { border-color: rgb(178,39,254); }
td.TdClassName
{
border-color: #B227FE;
}
.TagClassName
{
border-color: #B227FE;
}
</style>