Html Css Color HEX #B320EA Electric Purple

📋 copy color: '#B320EA'

red 179 ◦ green 32 ◦ blue 234

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

Shades of Electric Purple #B320EA

Tints of Electric Purple #B320EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52.58%

R = 40.22%
G = 7.19%
B = 52.58%

CMYK

 C value IS 0.24

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B320EA (or 0xB320EA) is known color: Electric Purple. HEX triplet: B3, 20 and EA. RGB value is (179,32,234). Sum of RGB (Red+Green+Blue) = 179+32+234=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 32 (12.89% from 255 or 7.19% from 445); Blue value is 234 (91.80% from 255 or 52.58% from 445); Max value from RGB is 234 - color contains mainly: blue. Hex color #B320EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B320EA is #4CDF15. Grayscale: #626262. Windows color (decimal): -5037846 or 15343795. OLE color: 15343795.

HSL color Cylindrical-coordinate representation of color #B320EA: hue angle of 283.66º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B320EA is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 179 32 234 -
CMYK 0.24 0.86 0 0.08
HSL 283.66º 0.83% 0.52% -
HSV(B) 283.66º 0.86% 0.92% -
XYZ 33.96 16.56 79.25 -
YUV 98.98 204.2 185.07 -
System Red Green Blue C M Y K H S L
Decimal 179 32 234 0.24 0.86 0 0.08 283.66 0.83 0.52
Hex B3 20 EA 18 56 0 8 11C 53 34
Octal 263 40 352 30 126 0 10 434 123 64
Binary 10110011 100000 11101010 11000 1010110 0 1000 100011100 1010011 110100

Color Harmonies of #B320EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B320EA

Black with #B320EA

Text Example


Text Example

White with #B320EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B320EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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