#B432FF

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

Shades of Electric Purple #B432FF

Tints of Electric Purple #B432FF

Color information

#B432FF (or 0xB432FF) is unknown color: approx Electric Purple. HEX triplet: B4, 32 and FF. RGB value is (180,50,255). Sum of RGB (Red+Green+Blue) = 180+50+255=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 50 (19.92% from 255 or 10.31% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #B432FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B432FF is #4BCD00. Grayscale: #6F6F6F. Windows color (decimal): -4967681 or 16724660. OLE color: 16724660.

HSL color Cylindrical-coordinate representation of color #B432FF: hue angle of 278.05º 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 #B432FF is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB18050255-
CMYK0.290.8000
HSL278.05º100%59.8%-
HSV(B)278.05º80.39%100%-
XYZ38.0119.296.31-
YUV112.24208.57176.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.11%
GREEN value IS 50 (19.92% from 255) = 10.31%
BLUE value IS 255 (100% from 255) = 52.58%
R=37.11%
G=10.31%
B=52.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal180502550.290.8000278.0510059.8
HexB432FF1D5000116643c
Octal26462377351200042614474
Binary1011010011001011111111111011010000001000101101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B432FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B432FF; }

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

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

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

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

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

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

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

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