Shades of Electric Purple #B225FF
Tints of Electric Purple #B225FF
RGB
CMYK
RGB Variations
Color information
#B225FF (or 0xB225FF) is known color: Electric Purple. HEX triplet: B2, 25 and FF. RGB value is (178,37,255). Sum of RGB (Red+Green+Blue) = 178+37+255=470 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.87% from 470); Green value is 37 (14.84% from 255 or 7.87% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #B225FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B225FF is #4DDA00. Grayscale: #676767. Windows color (decimal): -5102081 or 16721330. OLE color: 16721330.
HSL color Cylindrical-coordinate representation of color #B225FF: hue angle of 278.81º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B225FF is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 37 | 255 | - |
| CMYK | 0.30 | 0.85 | 0 | 0 |
| HSL | 278.81º | 1% | 0.57% | - |
| HSV(B) | 278.81º | 0.85% | 1% | - |
| XYZ | 37.07 | 18.01 | 96.13 | - |
| YUV | 104.01 | 213.21 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 37 | 255 | 0.30 | 0.85 | 0 | 0 | 278.81 | 1 | 0.57 |
| Hex | B2 | 25 | FF | 1E | 55 | 0 | 0 | 117 | 64 | 39 |
| Octal | 262 | 45 | 377 | 36 | 125 | 0 | 0 | 427 | 144 | 71 |
| Binary | 10110010 | 100101 | 11111111 | 11110 | 1010101 | 0 | 0 | 100010111 | 1100100 | 111001 |
Color Harmonies of #B225FF
Complementary color
Monochromatic Colors of #B225FF
Black with #B225FF
Text Example
Text Example
White with #B225FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B225FF; }
p { color: rgb(178,37,255); }
H1.HeaderClassName
{
color: #B225FF;
}
.AnyTagClassName
{
color: #B225FF;
}
</style>
background-color css
<style>
a { background-color: #B225FF; }
a { background-color: rgb(178,37,255); }
div.DivClassName
{
background-color: #B225FF;
}
.BgClassName
{
background-color: #B225FF;
}
</style>
border-color css
<style>
span { border-color: #B225FF; }
span { border-color: rgb(178,37,255); }
td.TdClassName
{
border-color: #B225FF;
}
.TagClassName
{
border-color: #B225FF;
}
</style>