Shades of Electric Purple #B52DF8
Tints of Electric Purple #B52DF8
RGB
CMYK
RGB Variations
Color information
#B52DF8 (or 0xB52DF8) is known color: Electric Purple. HEX triplet: B5, 2D and F8. RGB value is (181,45,248). Sum of RGB (Red+Green+Blue) = 181+45+248=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 45 (17.97% from 255 or 9.49% from 474); Blue value is 248 (97.27% from 255 or 52.32% from 474); Max value from RGB is 248 - color contains mainly: blue. Hex color #B52DF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B52DF8 is #4AD207. Grayscale: #6C6C6C. Windows color (decimal): -4903432 or 16264629. OLE color: 16264629.
HSL color Cylindrical-coordinate representation of color #B52DF8: hue angle of 280.2º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B52DF8 is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 181 | 45 | 248 | - |
| CMYK | 0.27 | 0.82 | 0 | 0.03 |
| HSL | 280.2º | 0.94% | 0.57% | - |
| HSV(B) | 280.2º | 0.82% | 0.97% | - |
| XYZ | 36.94 | 18.48 | 90.43 | - |
| YUV | 108.81 | 206.56 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 45 | 248 | 0.27 | 0.82 | 0 | 0.03 | 280.2 | 0.94 | 0.57 |
| Hex | B5 | 2D | F8 | 1B | 52 | 0 | 3 | 118 | 5E | 39 |
| Octal | 265 | 55 | 370 | 33 | 122 | 0 | 3 | 430 | 136 | 71 |
| Binary | 10110101 | 101101 | 11111000 | 11011 | 1010010 | 0 | 11 | 100011000 | 1011110 | 111001 |
Color Harmonies of #B52DF8
Complementary color
Monochromatic Colors of #B52DF8
Black with #B52DF8
Text Example
Text Example
White with #B52DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52DF8; }
p { color: rgb(181,45,248); }
H1.HeaderClassName
{
color: #B52DF8;
}
.AnyTagClassName
{
color: #B52DF8;
}
</style>
background-color css
<style>
a { background-color: #B52DF8; }
a { background-color: rgb(181,45,248); }
div.DivClassName
{
background-color: #B52DF8;
}
.BgClassName
{
background-color: #B52DF8;
}
</style>
border-color css
<style>
span { border-color: #B52DF8; }
span { border-color: rgb(181,45,248); }
td.TdClassName
{
border-color: #B52DF8;
}
.TagClassName
{
border-color: #B52DF8;
}
</style>