Shades of Electric Purple #B52DFF
Tints of Electric Purple #B52DFF
RGB
CMYK
RGB Variations
Color information
#B52DFF (or 0xB52DFF) is known color: Electric Purple. HEX triplet: B5, 2D and FF. RGB value is (181,45,255). Sum of RGB (Red+Green+Blue) = 181+45+255=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 45 (17.97% from 255 or 9.36% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #B52DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B52DFF is #4AD200. Grayscale: #6C6C6C. Windows color (decimal): -4903425 or 16723381. OLE color: 16723381.
HSL color Cylindrical-coordinate representation of color #B52DFF: hue angle of 278.86º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B52DFF is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 45 | 255 | - |
| CMYK | 0.29 | 0.82 | 0 | 0 |
| HSL | 278.86º | 1% | 0.59% | - |
| HSV(B) | 278.86º | 0.82% | 1% | - |
| XYZ | 38.04 | 18.92 | 96.25 | - |
| YUV | 109.6 | 210.06 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 45 | 255 | 0.29 | 0.82 | 0 | 0 | 278.86 | 1 | 0.59 |
| Hex | B5 | 2D | FF | 1D | 52 | 0 | 0 | 117 | 64 | 3B |
| Octal | 265 | 55 | 377 | 35 | 122 | 0 | 0 | 427 | 144 | 73 |
| Binary | 10110101 | 101101 | 11111111 | 11101 | 1010010 | 0 | 0 | 100010111 | 1100100 | 111011 |
Color Harmonies of #B52DFF
Complementary color
Monochromatic Colors of #B52DFF
Black with #B52DFF
Text Example
Text Example
White with #B52DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52DFF; }
p { color: rgb(181,45,255); }
H1.HeaderClassName
{
color: #B52DFF;
}
.AnyTagClassName
{
color: #B52DFF;
}
</style>
background-color css
<style>
a { background-color: #B52DFF; }
a { background-color: rgb(181,45,255); }
div.DivClassName
{
background-color: #B52DFF;
}
.BgClassName
{
background-color: #B52DFF;
}
</style>
border-color css
<style>
span { border-color: #B52DFF; }
span { border-color: rgb(181,45,255); }
td.TdClassName
{
border-color: #B52DFF;
}
.TagClassName
{
border-color: #B52DFF;
}
</style>