Html Css Color HEX #B32BFF Electric Purple

📋 copy color: '#B32BFF'

red 179 ◦ green 43 ◦ blue 255

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

Shades of Electric Purple #B32BFF

Tints of Electric Purple #B32BFF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.01%

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

R = 37.53%
G = 9.01%
B = 53.46%

CMYK

 C value IS 0.30

 M value IS 0.83

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B32BFF (or 0xB32BFF) is known color: Electric Purple. HEX triplet: B3, 2B and FF. RGB value is (179,43,255). Sum of RGB (Red+Green+Blue) = 179+43+255=477 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.53% from 477); Green value is 43 (17.19% from 255 or 9.01% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #B32BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B32BFF is #4CD400. Grayscale: #6B6B6B. Windows color (decimal): -5035009 or 16722867. OLE color: 16722867.

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

Color convert

RGB 179 43 255 -
CMYK 0.30 0.83 0 0
HSL 278.49º 1% 0.58% -
HSV(B) 278.49º 0.83% 1% -
XYZ 37.5 18.53 96.21 -
YUV 107.83 211.06 178.76 -
System Red Green Blue C M Y K H S L
Decimal 179 43 255 0.30 0.83 0 0 278.49 1 0.58
Hex B3 2B FF 1E 53 0 0 116 64 3A
Octal 263 53 377 36 123 0 0 426 144 72
Binary 10110011 101011 11111111 11110 1010011 0 0 100010110 1100100 111010

Color Harmonies of #B32BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32BFF

Black with #B32BFF

Text Example


Text Example

White with #B32BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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