Html Css Color HEX #B21EED Electric Purple

📋 copy color: '#B21EED'

red 178 ◦ green 30 ◦ blue 237

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

Shades of Electric Purple #B21EED

Tints of Electric Purple #B21EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.26%

R = 40%
G = 6.74%
B = 53.26%

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

#B21EED (or 0xB21EED) is known color: Electric Purple. HEX triplet: B2, 1E and ED. RGB value is (178,30,237). Sum of RGB (Red+Green+Blue) = 178+30+237=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 30 (12.11% from 255 or 6.74% from 445); Blue value is 237 (92.97% from 255 or 53.26% from 445); Max value from RGB is 237 - color contains mainly: blue. Hex color #B21EED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B21EED is #4DE112. Grayscale: #616161. Windows color (decimal): -5103891 or 15539890. OLE color: 15539890.

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

Color convert

RGB 178 30 237 -
CMYK 0.25 0.87 0 0.07
HSL 282.9º 0.85% 0.52% -
HSV(B) 282.9º 0.87% 0.93% -
XYZ 34.11 16.51 81.51 -
YUV 97.85 206.53 185.17 -
System Red Green Blue C M Y K H S L
Decimal 178 30 237 0.25 0.87 0 0.07 282.9 0.85 0.52
Hex B2 1E ED 19 57 0 7 11B 55 34
Octal 262 36 355 31 127 0 7 433 125 64
Binary 10110010 11110 11101101 11001 1010111 0 111 100011011 1010101 110100

Color Harmonies of #B21EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21EED

Black with #B21EED

Text Example


Text Example

White with #B21EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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