Html Css Color HEX #B321E9 Electric Purple

📋 copy color: '#B321E9'

red 179 ◦ green 33 ◦ blue 233

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

Shades of Electric Purple #B321E9

Tints of Electric Purple #B321E9

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.42%

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

R = 40.22%
G = 7.42%
B = 52.36%

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

#B321E9 (or 0xB321E9) is known color: Electric Purple. HEX triplet: B3, 21 and E9. RGB value is (179,33,233). Sum of RGB (Red+Green+Blue) = 179+33+233=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 33 (13.28% from 255 or 7.42% from 445); Blue value is 233 (91.41% from 255 or 52.36% from 445); Max value from RGB is 233 - color contains mainly: blue. Hex color #B321E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B321E9 is #4CDE16. Grayscale: #626262. Windows color (decimal): -5037591 or 15278515. OLE color: 15278515.

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

Color convert

RGB 179 33 233 -
CMYK 0.23 0.86 0 0.09
HSL 283.8º 0.82% 0.52% -
HSV(B) 283.8º 0.86% 0.91% -
XYZ 33.84 16.55 78.5 -
YUV 99.45 203.37 184.74 -
System Red Green Blue C M Y K H S L
Decimal 179 33 233 0.23 0.86 0 0.09 283.8 0.82 0.52
Hex B3 21 E9 17 56 0 9 11C 52 34
Octal 263 41 351 27 126 0 11 434 122 64
Binary 10110011 100001 11101001 10111 1010110 0 1001 100011100 1010010 110100

Color Harmonies of #B321E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B321E9

Black with #B321E9

Text Example


Text Example

White with #B321E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B321E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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