Html Css Color HEX #B320EC Electric Purple

📋 copy color: '#B320EC'

red 179 ◦ green 32 ◦ blue 236

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

Shades of Electric Purple #B320EC

Tints of Electric Purple #B320EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 52.8%

R = 40.04%
G = 7.16%
B = 52.8%

CMYK

 C value IS 0.24

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B320EC (or 0xB320EC) is known color: Electric Purple. HEX triplet: B3, 20 and EC. RGB value is (179,32,236). Sum of RGB (Red+Green+Blue) = 179+32+236=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 32 (12.89% from 255 or 7.16% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #B320EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B320EC is #4CDF13. Grayscale: #626262. Windows color (decimal): -5037844 or 15474867. OLE color: 15474867.

HSL color Cylindrical-coordinate representation of color #B320EC: hue angle of 283.24º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B320EC is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 32 236 -
CMYK 0.24 0.86 0 0.07
HSL 283.24º 0.84% 0.53% -
HSV(B) 283.24º 0.86% 0.93% -
XYZ 34.25 16.67 80.77 -
YUV 99.21 205.2 184.91 -
System Red Green Blue C M Y K H S L
Decimal 179 32 236 0.24 0.86 0 0.07 283.24 0.84 0.53
Hex B3 20 EC 18 56 0 7 11B 54 35
Octal 263 40 354 30 126 0 7 433 124 65
Binary 10110011 100000 11101100 11000 1010110 0 111 100011011 1010100 110101

Color Harmonies of #B320EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B320EC

Black with #B320EC

Text Example


Text Example

White with #B320EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B320EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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