Html Css Color HEX #B21EEE Electric Purple

📋 copy color: '#B21EEE'

red 178 ◦ green 30 ◦ blue 238

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

Shades of Electric Purple #B21EEE

Tints of Electric Purple #B21EEE

RGB

 RED value IS 178 (69.92% from 255) = 39.91%

 GREEN value IS 30 (12.11% from 255) = 6.73%

 BLUE value IS 238 (93.36% from 255) = 53.36%

R = 39.91%
G = 6.73%
B = 53.36%

CMYK

 C value IS 0.25

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B21EEE (or 0xB21EEE) is known color: Electric Purple. HEX triplet: B2, 1E and EE. RGB value is (178,30,238). Sum of RGB (Red+Green+Blue) = 178+30+238=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 30 (12.11% from 255 or 6.73% from 446); Blue value is 238 (93.36% from 255 or 53.36% from 446); Max value from RGB is 238 - color contains mainly: blue. Hex color #B21EEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B21EEE is #4DE111. Grayscale: #616161. Windows color (decimal): -5103890 or 15605426. OLE color: 15605426.

HSL color Cylindrical-coordinate representation of color #B21EEE: hue angle of 282.69º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B21EEE is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 30 238 -
CMYK 0.25 0.87 0 0.07
HSL 282.69º 0.86% 0.53% -
HSV(B) 282.69º 0.87% 0.93% -
XYZ 34.26 16.57 82.28 -
YUV 97.96 207.03 185.09 -
System Red Green Blue C M Y K H S L
Decimal 178 30 238 0.25 0.87 0 0.07 282.69 0.86 0.53
Hex B2 1E EE 19 57 0 7 11B 56 35
Octal 262 36 356 31 127 0 7 433 126 65
Binary 10110010 11110 11101110 11001 1010111 0 111 100011011 1010110 110101

Color Harmonies of #B21EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21EEE

Black with #B21EEE

Text Example


Text Example

White with #B21EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21EEE; }

 p { color: rgb(178,30,238); }

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

background-color css

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

 a { background-color: rgb(178,30,238); }

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

border-color css

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

 span { border-color: rgb(178,30,238); }

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