Html Css Color HEX #B32FFE Electric Purple

📋 copy color: '#B32FFE'

red 179 ◦ green 47 ◦ blue 254

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

Shades of Electric Purple #B32FFE

Tints of Electric Purple #B32FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.92%

R = 37.29%
G = 9.79%
B = 52.92%

CMYK

 C value IS 0.30

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B32FFE (or 0xB32FFE) is known color: Electric Purple. HEX triplet: B3, 2F and FE. RGB value is (179,47,254). Sum of RGB (Red+Green+Blue) = 179+47+254=480 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.29% from 480); Green value is 47 (18.75% from 255 or 9.79% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #B32FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B32FFE is #4CD001. Grayscale: #6D6D6D. Windows color (decimal): -5033986 or 16658355. OLE color: 16658355.

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

Color convert

RGB 179 47 254 -
CMYK 0.30 0.81 0 0.00
HSL 278.26º 0.99% 0.59% -
HSV(B) 278.26º 0.81% 1% -
XYZ 37.5 18.77 95.41 -
YUV 110.07 209.23 177.17 -
System Red Green Blue C M Y K H S L
Decimal 179 47 254 0.30 0.81 0 0.00 278.26 0.99 0.59
Hex B3 2F FE 1E 51 0 0 116 63 3B
Octal 263 57 376 36 121 0 0 426 143 73
Binary 10110011 101111 11111110 11110 1010001 0 0 100010110 1100011 111011

Color Harmonies of #B32FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32FFE

Black with #B32FFE

Text Example


Text Example

White with #B32FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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