Shades of Electric Purple #B52FFD
Tints of Electric Purple #B52FFD
RGB
CMYK
RGB Variations
Color information
#B52FFD (or 0xB52FFD) is known color: Electric Purple. HEX triplet: B5, 2F and FD. RGB value is (181,47,253). Sum of RGB (Red+Green+Blue) = 181+47+253=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 47 (18.75% from 255 or 9.77% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #B52FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B52FFD is #4AD002. Grayscale: #6D6D6D. Windows color (decimal): -4902915 or 16592821. OLE color: 16592821.
HSL color Cylindrical-coordinate representation of color #B52FFD: hue angle of 279.03º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B52FFD is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 181 | 47 | 253 | - |
| CMYK | 0.28 | 0.81 | 0 | 0.01 |
| HSL | 279.03º | 0.98% | 0.59% | - |
| HSV(B) | 279.03º | 0.81% | 0.99% | - |
| XYZ | 37.8 | 18.95 | 94.59 | - |
| YUV | 110.55 | 208.39 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 47 | 253 | 0.28 | 0.81 | 0 | 0.01 | 279.03 | 0.98 | 0.59 |
| Hex | B5 | 2F | FD | 1C | 51 | 0 | 1 | 117 | 62 | 3B |
| Octal | 265 | 57 | 375 | 34 | 121 | 0 | 1 | 427 | 142 | 73 |
| Binary | 10110101 | 101111 | 11111101 | 11100 | 1010001 | 0 | 1 | 100010111 | 1100010 | 111011 |
Color Harmonies of #B52FFD
Complementary color
Monochromatic Colors of #B52FFD
Black with #B52FFD
Text Example
Text Example
White with #B52FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52FFD; }
p { color: rgb(181,47,253); }
H1.HeaderClassName
{
color: #B52FFD;
}
.AnyTagClassName
{
color: #B52FFD;
}
</style>
background-color css
<style>
a { background-color: #B52FFD; }
a { background-color: rgb(181,47,253); }
div.DivClassName
{
background-color: #B52FFD;
}
.BgClassName
{
background-color: #B52FFD;
}
</style>
border-color css
<style>
span { border-color: #B52FFD; }
span { border-color: rgb(181,47,253); }
td.TdClassName
{
border-color: #B52FFD;
}
.TagClassName
{
border-color: #B52FFD;
}
</style>