Html Css Color HEX #B432FF Electric Purple

📋 copy color: '#B432FF'

red 180 ◦ green 50 ◦ blue 255

#B432FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #B432FF

Tints of Electric Purple #B432FF

RGB

 RED value IS 180 (70.7% 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 value IS 0.29

 M value IS 0.80

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B432FF (or 0xB432FF) is known color: 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

RGB 180 50 255 -
CMYK 0.29 0.80 0 0
HSL 278.05º 1% 0.6% -
HSV(B) 278.05º 0.8% 1% -
XYZ 38.01 19.2 96.31 -
YUV 112.24 208.57 176.33 -
System Red Green Blue C M Y K H S L
Decimal 180 50 255 0.29 0.80 0 0 278.05 1 0.6
Hex B4 32 FF 1D 50 0 0 116 64 3C
Octal 264 62 377 35 120 0 0 426 144 74
Binary 10110100 110010 11111111 11101 1010000 0 0 100010110 1100100 111100

Color Harmonies of #B432FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B432FF

Black with #B432FF

Text Example


Text Example

White with #B432FF

Text Example


Text Example

HTML Codes & Css Web 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>