Shades of Electric Purple #B52DFB
Tints of Electric Purple #B52DFB
RGB
CMYK
RGB Variations
Color information
#B52DFB (or 0xB52DFB) is known color: Electric Purple. HEX triplet: B5, 2D and FB. RGB value is (181,45,251). Sum of RGB (Red+Green+Blue) = 181+45+251=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 45 (17.97% from 255 or 9.43% from 477); Blue value is 251 (98.44% from 255 or 52.62% from 477); Max value from RGB is 251 - color contains mainly: blue. Hex color #B52DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B52DFB is #4AD204. Grayscale: #6C6C6C. Windows color (decimal): -4903429 or 16461237. OLE color: 16461237.
HSL color Cylindrical-coordinate representation of color #B52DFB: hue angle of 279.61º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B52DFB is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 45 | 251 | - |
| CMYK | 0.28 | 0.82 | 0 | 0.02 |
| HSL | 279.61º | 0.96% | 0.58% | - |
| HSV(B) | 279.61º | 0.82% | 0.98% | - |
| XYZ | 37.41 | 18.67 | 92.9 | - |
| YUV | 109.15 | 208.06 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 45 | 251 | 0.28 | 0.82 | 0 | 0.02 | 279.61 | 0.96 | 0.58 |
| Hex | B5 | 2D | FB | 1C | 52 | 0 | 2 | 118 | 60 | 3A |
| Octal | 265 | 55 | 373 | 34 | 122 | 0 | 2 | 430 | 140 | 72 |
| Binary | 10110101 | 101101 | 11111011 | 11100 | 1010010 | 0 | 10 | 100011000 | 1100000 | 111010 |
Color Harmonies of #B52DFB
Complementary color
Monochromatic Colors of #B52DFB
Black with #B52DFB
Text Example
Text Example
White with #B52DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52DFB; }
p { color: rgb(181,45,251); }
H1.HeaderClassName
{
color: #B52DFB;
}
.AnyTagClassName
{
color: #B52DFB;
}
</style>
background-color css
<style>
a { background-color: #B52DFB; }
a { background-color: rgb(181,45,251); }
div.DivClassName
{
background-color: #B52DFB;
}
.BgClassName
{
background-color: #B52DFB;
}
</style>
border-color css
<style>
span { border-color: #B52DFB; }
span { border-color: rgb(181,45,251); }
td.TdClassName
{
border-color: #B52DFB;
}
.TagClassName
{
border-color: #B52DFB;
}
</style>