Html Css Color HEX #B32CFF Electric Purple

📋 copy color: '#B32CFF'

red 179 ◦ green 44 ◦ blue 255

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

Shades of Electric Purple #B32CFF

Tints of Electric Purple #B32CFF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.21%

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

R = 37.45%
G = 9.21%
B = 53.35%

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

#B32CFF (or 0xB32CFF) is known color: Electric Purple. HEX triplet: B3, 2C and FF. RGB value is (179,44,255). Sum of RGB (Red+Green+Blue) = 179+44+255=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 44 (17.58% from 255 or 9.21% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #B32CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B32CFF is #4CD300. Grayscale: #6B6B6B. Windows color (decimal): -5034753 or 16723123. OLE color: 16723123.

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

Color convert

RGB 179 44 255 -
CMYK 0.30 0.83 0 0
HSL 278.39º 1% 0.59% -
HSV(B) 278.39º 0.83% 1% -
XYZ 37.54 18.61 96.22 -
YUV 108.42 210.73 178.34 -
System Red Green Blue C M Y K H S L
Decimal 179 44 255 0.30 0.83 0 0 278.39 1 0.59
Hex B3 2C FF 1E 53 0 0 116 64 3B
Octal 263 54 377 36 123 0 0 426 144 73
Binary 10110011 101100 11111111 11110 1010011 0 0 100010110 1100100 111011

Color Harmonies of #B32CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32CFF

Black with #B32CFF

Text Example


Text Example

White with #B32CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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