Html Css Color HEX #B321EA Electric Purple

📋 copy color: '#B321EA'

red 179 ◦ green 33 ◦ blue 234

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

Shades of Electric Purple #B321EA

Tints of Electric Purple #B321EA

RGB

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

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

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

R = 40.13%
G = 7.4%
B = 52.47%

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

#B321EA (or 0xB321EA) is known color: Electric Purple. HEX triplet: B3, 21 and EA. RGB value is (179,33,234). Sum of RGB (Red+Green+Blue) = 179+33+234=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 33 (13.28% from 255 or 7.40% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #B321EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B321EA is #4CDE15. Grayscale: #626262. Windows color (decimal): -5037590 or 15344051. OLE color: 15344051.

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

Color convert

RGB 179 33 234 -
CMYK 0.24 0.86 0 0.08
HSL 283.58º 0.83% 0.52% -
HSV(B) 283.58º 0.86% 0.92% -
XYZ 33.99 16.61 79.26 -
YUV 99.57 203.87 184.66 -
System Red Green Blue C M Y K H S L
Decimal 179 33 234 0.24 0.86 0 0.08 283.58 0.83 0.52
Hex B3 21 EA 18 56 0 8 11C 53 34
Octal 263 41 352 30 126 0 10 434 123 64
Binary 10110011 100001 11101010 11000 1010110 0 1000 100011100 1010011 110100

Color Harmonies of #B321EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B321EA

Black with #B321EA

Text Example


Text Example

White with #B321EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B321EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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