Shades of Electric Purple #B52BFF
Tints of Electric Purple #B52BFF
RGB
CMYK
RGB Variations
Color information
#B52BFF (or 0xB52BFF) is known color: Electric Purple. HEX triplet: B5, 2B and FF. RGB value is (181,43,255). Sum of RGB (Red+Green+Blue) = 181+43+255=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 43 (17.19% from 255 or 8.98% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #B52BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B52BFF is #4AD400. Grayscale: #6B6B6B. Windows color (decimal): -4903937 or 16722869. OLE color: 16722869.
HSL color Cylindrical-coordinate representation of color #B52BFF: hue angle of 279.06º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B52BFF is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 43 | 255 | - |
| CMYK | 0.29 | 0.83 | 0 | 0 |
| HSL | 279.06º | 1% | 0.58% | - |
| HSV(B) | 279.06º | 0.83% | 1% | - |
| XYZ | 37.97 | 18.77 | 96.23 | - |
| YUV | 108.43 | 210.72 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 43 | 255 | 0.29 | 0.83 | 0 | 0 | 279.06 | 1 | 0.58 |
| Hex | B5 | 2B | FF | 1D | 53 | 0 | 0 | 117 | 64 | 3A |
| Octal | 265 | 53 | 377 | 35 | 123 | 0 | 0 | 427 | 144 | 72 |
| Binary | 10110101 | 101011 | 11111111 | 11101 | 1010011 | 0 | 0 | 100010111 | 1100100 | 111010 |
Color Harmonies of #B52BFF
Complementary color
Monochromatic Colors of #B52BFF
Black with #B52BFF
Text Example
Text Example
White with #B52BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52BFF; }
p { color: rgb(181,43,255); }
H1.HeaderClassName
{
color: #B52BFF;
}
.AnyTagClassName
{
color: #B52BFF;
}
</style>
background-color css
<style>
a { background-color: #B52BFF; }
a { background-color: rgb(181,43,255); }
div.DivClassName
{
background-color: #B52BFF;
}
.BgClassName
{
background-color: #B52BFF;
}
</style>
border-color css
<style>
span { border-color: #B52BFF; }
span { border-color: rgb(181,43,255); }
td.TdClassName
{
border-color: #B52BFF;
}
.TagClassName
{
border-color: #B52BFF;
}
</style>