Html Css Color HEX #B320EB Electric Purple

📋 copy color: '#B320EB'

red 179 ◦ green 32 ◦ blue 235

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

Shades of Electric Purple #B320EB

Tints of Electric Purple #B320EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.69%

R = 40.13%
G = 7.17%
B = 52.69%

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

#B320EB (or 0xB320EB) is known color: Electric Purple. HEX triplet: B3, 20 and EB. RGB value is (179,32,235). Sum of RGB (Red+Green+Blue) = 179+32+235=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 32 (12.89% from 255 or 7.17% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #B320EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B320EB is #4CDF14. Grayscale: #626262. Windows color (decimal): -5037845 or 15409331. OLE color: 15409331.

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

Color convert

RGB 179 32 235 -
CMYK 0.24 0.86 0 0.08
HSL 283.45º 0.84% 0.52% -
HSV(B) 283.45º 0.86% 0.92% -
XYZ 34.1 16.61 80.01 -
YUV 99.1 204.7 184.99 -
System Red Green Blue C M Y K H S L
Decimal 179 32 235 0.24 0.86 0 0.08 283.45 0.84 0.52
Hex B3 20 EB 18 56 0 8 11B 54 34
Octal 263 40 353 30 126 0 10 433 124 64
Binary 10110011 100000 11101011 11000 1010110 0 1000 100011011 1010100 110100

Color Harmonies of #B320EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B320EB

Black with #B320EB

Text Example


Text Example

White with #B320EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B320EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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