Html Css Color HEX #B820EB Electric Purple

📋 copy color: '#B820EB'

red 184 ◦ green 32 ◦ blue 235

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

Shades of Electric Purple #B820EB

Tints of Electric Purple #B820EB

RGB

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

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

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

R = 40.8%
G = 7.1%
B = 52.11%

CMYK

 C value IS 0.22

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B820EB (or 0xB820EB) is known color: Electric Purple. HEX triplet: B8, 20 and EB. RGB value is (184,32,235). Sum of RGB (Red+Green+Blue) = 184+32+235=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 32 (12.89% from 255 or 7.10% from 451); Blue value is 235 (92.19% from 255 or 52.11% from 451); Max value from RGB is 235 - color contains mainly: blue. Hex color #B820EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B820EB is #47DF14. Grayscale: #636363. Windows color (decimal): -4710165 or 15409336. OLE color: 15409336.

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

Color convert

RGB 184 32 235 -
CMYK 0.22 0.86 0 0.08
HSL 284.93º 0.84% 0.52% -
HSV(B) 284.93º 0.86% 0.92% -
XYZ 35.28 17.22 80.06 -
YUV 100.59 203.86 187.49 -
System Red Green Blue C M Y K H S L
Decimal 184 32 235 0.22 0.86 0 0.08 284.93 0.84 0.52
Hex B8 20 EB 16 56 0 8 11D 54 34
Octal 270 40 353 26 126 0 10 435 124 64
Binary 10111000 100000 11101011 10110 1010110 0 1000 100011101 1010100 110100

Color Harmonies of #B820EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B820EB

Black with #B820EB

Text Example


Text Example

White with #B820EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B820EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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