Shades of Electric Purple #B533FE
Tints of Electric Purple #B533FE
RGB
CMYK
RGB Variations
Color information
#B533FE (or 0xB533FE) is known color: Electric Purple. HEX triplet: B5, 33 and FE. RGB value is (181,51,254). Sum of RGB (Red+Green+Blue) = 181+51+254=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 51 (20.31% from 255 or 10.49% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #B533FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B533FE is #4ACC01. Grayscale: #707070. Windows color (decimal): -4901890 or 16659381. OLE color: 16659381.
HSL color Cylindrical-coordinate representation of color #B533FE: hue angle of 278.42º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B533FE is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 51 | 254 | - |
| CMYK | 0.29 | 0.80 | 0 | 0.00 |
| HSL | 278.42º | 0.99% | 0.6% | - |
| HSV(B) | 278.42º | 0.8% | 1% | - |
| XYZ | 38.13 | 19.35 | 95.49 | - |
| YUV | 113.01 | 207.57 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 51 | 254 | 0.29 | 0.80 | 0 | 0.00 | 278.42 | 0.99 | 0.6 |
| Hex | B5 | 33 | FE | 1D | 50 | 0 | 0 | 116 | 63 | 3C |
| Octal | 265 | 63 | 376 | 35 | 120 | 0 | 0 | 426 | 143 | 74 |
| Binary | 10110101 | 110011 | 11111110 | 11101 | 1010000 | 0 | 0 | 100010110 | 1100011 | 111100 |
Color Harmonies of #B533FE
Complementary color
Monochromatic Colors of #B533FE
Black with #B533FE
Text Example
Text Example
White with #B533FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B533FE; }
p { color: rgb(181,51,254); }
H1.HeaderClassName
{
color: #B533FE;
}
.AnyTagClassName
{
color: #B533FE;
}
</style>
background-color css
<style>
a { background-color: #B533FE; }
a { background-color: rgb(181,51,254); }
div.DivClassName
{
background-color: #B533FE;
}
.BgClassName
{
background-color: #B533FE;
}
</style>
border-color css
<style>
span { border-color: #B533FE; }
span { border-color: rgb(181,51,254); }
td.TdClassName
{
border-color: #B533FE;
}
.TagClassName
{
border-color: #B533FE;
}
</style>