Html Css Color HEX #B320E9 Electric Purple

📋 copy color: '#B320E9'

red 179 ◦ green 32 ◦ blue 233

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

Shades of Electric Purple #B320E9

Tints of Electric Purple #B320E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 52.48%

R = 40.32%
G = 7.21%
B = 52.48%

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

#B320E9 (or 0xB320E9) is known color: Electric Purple. HEX triplet: B3, 20 and E9. RGB value is (179,32,233). Sum of RGB (Red+Green+Blue) = 179+32+233=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 32 (12.89% from 255 or 7.21% from 444); Blue value is 233 (91.41% from 255 or 52.48% from 444); Max value from RGB is 233 - color contains mainly: blue. Hex color #B320E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B320E9 is #4CDF16. Grayscale: #626262. Windows color (decimal): -5037847 or 15278259. OLE color: 15278259.

HSL color Cylindrical-coordinate representation of color #B320E9: hue angle of 283.88º degrees, saturation: 0.82, 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 #B320E9 is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 179 32 233 -
CMYK 0.23 0.86 0 0.09
HSL 283.88º 0.82% 0.52% -
HSV(B) 283.88º 0.86% 0.91% -
XYZ 33.81 16.5 78.49 -
YUV 98.87 203.7 185.16 -
System Red Green Blue C M Y K H S L
Decimal 179 32 233 0.23 0.86 0 0.09 283.88 0.82 0.52
Hex B3 20 E9 17 56 0 9 11C 52 34
Octal 263 40 351 27 126 0 11 434 122 64
Binary 10110011 100000 11101001 10111 1010110 0 1001 100011100 1010010 110100

Color Harmonies of #B320E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B320E9

Black with #B320E9

Text Example


Text Example

White with #B320E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B320E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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