#B532FF

Color #B532FF Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #B532FF

Tints of Electric Purple #B532FF

Color information

#B532FF (or 0xB532FF) is unknown color: approx Electric Purple. HEX triplet: B5, 32 and FF. RGB value is (181,50,255). Sum of RGB (Red+Green+Blue) = 181+50+255=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 50 (19.92% from 255 or 10.29% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #B532FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B532FF is #4ACD00. Grayscale: #6F6F6F. Windows color (decimal): -4902145 or 16724661. OLE color: 16724661.

HSL color Cylindrical-coordinate representation of color #B532FF: hue angle of 278.34º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B532FF is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB18150255-
CMYK0.290.8000
HSL278.34º100%59.8%-
HSV(B)278.34º80.39%100%-
XYZ38.2519.3296.32-
YUV112.54208.4176.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 181 (71.09% from 255) = 37.24%
GREEN value IS 50 (19.92% from 255) = 10.29%
BLUE value IS 255 (100% from 255) = 52.47%
R=37.24%
G=10.29%
B=52.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal181502550.290.8000278.3410059.8
HexB532FF1D5000116643c
Octal26562377351200042614474
Binary1011010111001011111111111011010000001000101101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B532FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B532FF; }

 p { color: rgb(181,50,255); }

 H1.HeaderClassName
 {
   color: #B532FF;
 }
 .AnyTagClassName
 {
   color: #B532FF;
 }
</style>
background-color css

<style>
 a { background-color: #B532FF; }

 a { background-color: rgb(181,50,255); }

 div.DivClassName
 {
   background-color: #B532FF;
 }
 .BgClassName
 {
   background-color: #B532FF;
 }
</style>
border-color css

<style>
 span { border-color: #B532FF; }

 span { border-color: rgb(181,50,255); }

 td.TdClassName
 {
   border-color: #B532FF;
 }
 .TagClassName
 {
   border-color: #B532FF;
 }
</style>