Shades of Electric Purple #B524FB
Tints of Electric Purple #B524FB
RGB
CMYK
RGB Variations
Color information
#B524FB (or 0xB524FB) is known color: Electric Purple. HEX triplet: B5, 24 and FB. RGB value is (181,36,251). Sum of RGB (Red+Green+Blue) = 181+36+251=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 36 (14.45% from 255 or 7.69% from 468); Blue value is 251 (98.44% from 255 or 53.63% from 468); Max value from RGB is 251 - color contains mainly: blue. Hex color #B524FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B524FB is #4ADB04. Grayscale: #676767. Windows color (decimal): -4905733 or 16458933. OLE color: 16458933.
HSL color Cylindrical-coordinate representation of color #B524FB: hue angle of 280.47º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B524FB is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 36 | 251 | - |
| CMYK | 0.28 | 0.86 | 0 | 0.02 |
| HSL | 280.47º | 0.96% | 0.56% | - |
| HSV(B) | 280.47º | 0.86% | 0.98% | - |
| XYZ | 37.1 | 18.05 | 92.8 | - |
| YUV | 103.87 | 211.04 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 36 | 251 | 0.28 | 0.86 | 0 | 0.02 | 280.47 | 0.96 | 0.56 |
| Hex | B5 | 24 | FB | 1C | 56 | 0 | 2 | 118 | 60 | 38 |
| Octal | 265 | 44 | 373 | 34 | 126 | 0 | 2 | 430 | 140 | 70 |
| Binary | 10110101 | 100100 | 11111011 | 11100 | 1010110 | 0 | 10 | 100011000 | 1100000 | 111000 |
Color Harmonies of #B524FB
Complementary color
Monochromatic Colors of #B524FB
Black with #B524FB
Text Example
Text Example
White with #B524FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B524FB; }
p { color: rgb(181,36,251); }
H1.HeaderClassName
{
color: #B524FB;
}
.AnyTagClassName
{
color: #B524FB;
}
</style>
background-color css
<style>
a { background-color: #B524FB; }
a { background-color: rgb(181,36,251); }
div.DivClassName
{
background-color: #B524FB;
}
.BgClassName
{
background-color: #B524FB;
}
</style>
border-color css
<style>
span { border-color: #B524FB; }
span { border-color: rgb(181,36,251); }
td.TdClassName
{
border-color: #B524FB;
}
.TagClassName
{
border-color: #B524FB;
}
</style>