Shades of Electric Purple #B227F7
Tints of Electric Purple #B227F7
RGB
CMYK
RGB Variations
Color information
#B227F7 (or 0xB227F7) is known color: Electric Purple. HEX triplet: B2, 27 and F7. RGB value is (178,39,247). Sum of RGB (Red+Green+Blue) = 178+39+247=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 39 (15.62% from 255 or 8.41% from 464); Blue value is 247 (96.88% from 255 or 53.23% from 464); Max value from RGB is 247 - color contains mainly: blue. Hex color #B227F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B227F7 is #4DD808. Grayscale: #676767. Windows color (decimal): -5101577 or 16197554. OLE color: 16197554.
HSL color Cylindrical-coordinate representation of color #B227F7: hue angle of 280.1º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B227F7 is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 39 | 247 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.03 |
| HSL | 280.1º | 0.93% | 0.56% | - |
| HSV(B) | 280.1º | 0.84% | 0.97% | - |
| XYZ | 35.87 | 17.63 | 89.51 | - |
| YUV | 104.27 | 208.55 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 39 | 247 | 0.28 | 0.84 | 0 | 0.03 | 280.1 | 0.93 | 0.56 |
| Hex | B2 | 27 | F7 | 1C | 54 | 0 | 3 | 118 | 5D | 38 |
| Octal | 262 | 47 | 367 | 34 | 124 | 0 | 3 | 430 | 135 | 70 |
| Binary | 10110010 | 100111 | 11110111 | 11100 | 1010100 | 0 | 11 | 100011000 | 1011101 | 111000 |
Color Harmonies of #B227F7
Complementary color
Monochromatic Colors of #B227F7
Black with #B227F7
Text Example
Text Example
White with #B227F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B227F7; }
p { color: rgb(178,39,247); }
H1.HeaderClassName
{
color: #B227F7;
}
.AnyTagClassName
{
color: #B227F7;
}
</style>
background-color css
<style>
a { background-color: #B227F7; }
a { background-color: rgb(178,39,247); }
div.DivClassName
{
background-color: #B227F7;
}
.BgClassName
{
background-color: #B227F7;
}
</style>
border-color css
<style>
span { border-color: #B227F7; }
span { border-color: rgb(178,39,247); }
td.TdClassName
{
border-color: #B227F7;
}
.TagClassName
{
border-color: #B227F7;
}
</style>