Html Css Color HEX #B821EA Electric Purple

📋 copy color: '#B821EA'

red 184 ◦ green 33 ◦ blue 234

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

Shades of Electric Purple #B821EA

Tints of Electric Purple #B821EA

RGB

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

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

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

R = 40.8%
G = 7.32%
B = 51.88%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B821EA (or 0xB821EA) is known color: Electric Purple. HEX triplet: B8, 21 and EA. RGB value is (184,33,234). Sum of RGB (Red+Green+Blue) = 184+33+234=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 33 (13.28% from 255 or 7.32% from 451); Blue value is 234 (91.80% from 255 or 51.88% from 451); Max value from RGB is 234 - color contains mainly: blue. Hex color #B821EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B821EA is #47DE15. Grayscale: #646464. Windows color (decimal): -4709910 or 15344056. OLE color: 15344056.

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

Color convert

RGB 184 33 234 -
CMYK 0.21 0.86 0 0.08
HSL 285.07º 0.83% 0.52% -
HSV(B) 285.07º 0.86% 0.92% -
XYZ 35.16 17.22 79.31 -
YUV 101.06 203.03 187.16 -
System Red Green Blue C M Y K H S L
Decimal 184 33 234 0.21 0.86 0 0.08 285.07 0.83 0.52
Hex B8 21 EA 15 56 0 8 11D 53 34
Octal 270 41 352 25 126 0 10 435 123 64
Binary 10111000 100001 11101010 10101 1010110 0 1000 100011101 1010011 110100

Color Harmonies of #B821EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B821EA

Black with #B821EA

Text Example


Text Example

White with #B821EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B821EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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