Html Css Color HEX #B320E8 Electric Purple

📋 copy color: '#B320E8'

red 179 ◦ green 32 ◦ blue 232

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

Shades of Electric Purple #B320E8

Tints of Electric Purple #B320E8

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.22%

 BLUE value IS 232 (91.02% from 255) = 52.37%

R = 40.41%
G = 7.22%
B = 52.37%

CMYK

 C value IS 0.23

 M value IS 0.86

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B320E8 (or 0xB320E8) is known color: Electric Purple. HEX triplet: B3, 20 and E8. RGB value is (179,32,232). Sum of RGB (Red+Green+Blue) = 179+32+232=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 32 (12.89% from 255 or 7.22% from 443); Blue value is 232 (91.02% from 255 or 52.37% from 443); Max value from RGB is 232 - color contains mainly: blue. Hex color #B320E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B320E8 is #4CDF17. Grayscale: #626262. Windows color (decimal): -5037848 or 15212723. OLE color: 15212723.

HSL color Cylindrical-coordinate representation of color #B320E8: hue angle of 284.1º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B320E8 is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 179 32 232 -
CMYK 0.23 0.86 0 0.09
HSL 284.1º 0.81% 0.52% -
HSV(B) 284.1º 0.86% 0.91% -
XYZ 33.67 16.44 77.74 -
YUV 98.75 203.2 185.24 -
System Red Green Blue C M Y K H S L
Decimal 179 32 232 0.23 0.86 0 0.09 284.1 0.81 0.52
Hex B3 20 E8 17 56 0 9 11C 51 34
Octal 263 40 350 27 126 0 11 434 121 64
Binary 10110011 100000 11101000 10111 1010110 0 1001 100011100 1010001 110100

Color Harmonies of #B320E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B320E8

Black with #B320E8

Text Example


Text Example

White with #B320E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B320E8; }

 p { color: rgb(179,32,232); }

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

background-color css

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

 a { background-color: rgb(179,32,232); }

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

border-color css

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

 span { border-color: rgb(179,32,232); }

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