Html Css Color HEX #B32FFF Electric Purple

📋 copy color: '#B32FFF'

red 179 ◦ green 47 ◦ blue 255

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

Shades of Electric Purple #B32FFF

Tints of Electric Purple #B32FFF

RGB

 RED value IS 179 (70.31% from 255) = 37.21%

 GREEN value IS 47 (18.75% from 255) = 9.77%

 BLUE value IS 255 (100% from 255) = 53.01%

R = 37.21%
G = 9.77%
B = 53.01%

CMYK

 C value IS 0.30

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B32FFF (or 0xB32FFF) is known color: Electric Purple. HEX triplet: B3, 2F and FF. RGB value is (179,47,255). Sum of RGB (Red+Green+Blue) = 179+47+255=481 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.21% from 481); Green value is 47 (18.75% from 255 or 9.77% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #B32FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B32FFF is #4CD000. Grayscale: #6D6D6D. Windows color (decimal): -5033985 or 16723891. OLE color: 16723891.

HSL color Cylindrical-coordinate representation of color #B32FFF: hue angle of 278.08º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B32FFF is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 179 47 255 -
CMYK 0.30 0.82 0 0
HSL 278.08º 1% 0.59% -
HSV(B) 278.08º 0.82% 1% -
XYZ 37.66 18.84 96.26 -
YUV 110.18 209.73 177.09 -
System Red Green Blue C M Y K H S L
Decimal 179 47 255 0.30 0.82 0 0 278.08 1 0.59
Hex B3 2F FF 1E 52 0 0 116 64 3B
Octal 263 57 377 36 122 0 0 426 144 73
Binary 10110011 101111 11111111 11110 1010010 0 0 100010110 1100100 111011

Color Harmonies of #B32FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32FFF

Black with #B32FFF

Text Example


Text Example

White with #B32FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32FFF; }

 p { color: rgb(179,47,255); }

 H1.HeaderClassName
 {
   color: #B32FFF;
 }
 .AnyTagClassName
 {
   color: #B32FFF;
 }
</style>

background-color css

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

 a { background-color: rgb(179,47,255); }

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

border-color css

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

 span { border-color: rgb(179,47,255); }

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