Html Css Color HEX #B820EC Electric Purple

📋 copy color: '#B820EC'

red 184 ◦ green 32 ◦ blue 236

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

Shades of Electric Purple #B820EC

Tints of Electric Purple #B820EC

RGB

 RED value IS 184 (72.27% from 255) = 40.71%

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

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

R = 40.71%
G = 7.08%
B = 52.21%

CMYK

 C value IS 0.22

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B820EC (or 0xB820EC) is known color: Electric Purple. HEX triplet: B8, 20 and EC. RGB value is (184,32,236). Sum of RGB (Red+Green+Blue) = 184+32+236=452 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.71% from 452); Green value is 32 (12.89% from 255 or 7.08% from 452); Blue value is 236 (92.58% from 255 or 52.21% from 452); Max value from RGB is 236 - color contains mainly: blue. Hex color #B820EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B820EC is #47DF13. Grayscale: #646464. Windows color (decimal): -4710164 or 15474872. OLE color: 15474872.

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

Color convert

RGB 184 32 236 -
CMYK 0.22 0.86 0 0.07
HSL 284.71º 0.84% 0.53% -
HSV(B) 284.71º 0.86% 0.93% -
XYZ 35.42 17.28 80.83 -
YUV 100.7 204.36 187.41 -
System Red Green Blue C M Y K H S L
Decimal 184 32 236 0.22 0.86 0 0.07 284.71 0.84 0.53
Hex B8 20 EC 16 56 0 7 11D 54 35
Octal 270 40 354 26 126 0 7 435 124 65
Binary 10111000 100000 11101100 10110 1010110 0 111 100011101 1010100 110101

Color Harmonies of #B820EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B820EC

Black with #B820EC

Text Example


Text Example

White with #B820EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B820EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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