Shades of Electric Purple #B227F0
Tints of Electric Purple #B227F0
RGB
CMYK
RGB Variations
Color information
#B227F0 (or 0xB227F0) is known color: Electric Purple. HEX triplet: B2, 27 and F0. RGB value is (178,39,240). Sum of RGB (Red+Green+Blue) = 178+39+240=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 39 (15.62% from 255 or 8.53% from 457); Blue value is 240 (94.14% from 255 or 52.52% from 457); Max value from RGB is 240 - color contains mainly: blue. Hex color #B227F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B227F0 is #4DD80F. Grayscale: #666666. Windows color (decimal): -5101584 or 15738802. OLE color: 15738802.
HSL color Cylindrical-coordinate representation of color #B227F0: hue angle of 281.49º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B227F0 is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 39 | 240 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.06 |
| HSL | 281.49º | 0.87% | 0.55% | - |
| HSV(B) | 281.49º | 0.84% | 0.94% | - |
| XYZ | 34.81 | 17.21 | 83.92 | - |
| YUV | 103.48 | 205.05 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 39 | 240 | 0.26 | 0.84 | 0 | 0.06 | 281.49 | 0.87 | 0.55 |
| Hex | B2 | 27 | F0 | 1A | 54 | 0 | 6 | 119 | 57 | 37 |
| Octal | 262 | 47 | 360 | 32 | 124 | 0 | 6 | 431 | 127 | 67 |
| Binary | 10110010 | 100111 | 11110000 | 11010 | 1010100 | 0 | 110 | 100011001 | 1010111 | 110111 |
Color Harmonies of #B227F0
Complementary color
Monochromatic Colors of #B227F0
Black with #B227F0
Text Example
Text Example
White with #B227F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B227F0; }
p { color: rgb(178,39,240); }
H1.HeaderClassName
{
color: #B227F0;
}
.AnyTagClassName
{
color: #B227F0;
}
</style>
background-color css
<style>
a { background-color: #B227F0; }
a { background-color: rgb(178,39,240); }
div.DivClassName
{
background-color: #B227F0;
}
.BgClassName
{
background-color: #B227F0;
}
</style>
border-color css
<style>
span { border-color: #B227F0; }
span { border-color: rgb(178,39,240); }
td.TdClassName
{
border-color: #B227F0;
}
.TagClassName
{
border-color: #B227F0;
}
</style>