Html Css Color HEX #B21EEC Electric Purple

📋 copy color: '#B21EEC'

red 178 ◦ green 30 ◦ blue 236

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

Shades of Electric Purple #B21EEC

Tints of Electric Purple #B21EEC

RGB

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

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

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

R = 40.09%
G = 6.76%
B = 53.15%

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

#B21EEC (or 0xB21EEC) is known color: Electric Purple. HEX triplet: B2, 1E and EC. RGB value is (178,30,236). Sum of RGB (Red+Green+Blue) = 178+30+236=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 30 (12.11% from 255 or 6.76% from 444); Blue value is 236 (92.58% from 255 or 53.15% from 444); Max value from RGB is 236 - color contains mainly: blue. Hex color #B21EEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B21EEC is #4DE113. Grayscale: #616161. Windows color (decimal): -5103892 or 15474354. OLE color: 15474354.

HSL color Cylindrical-coordinate representation of color #B21EEC: hue angle of 283.11º degrees, saturation: 0.84, 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 #B21EEC is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 30 236 -
CMYK 0.25 0.87 0 0.07
HSL 283.11º 0.84% 0.52% -
HSV(B) 283.11º 0.87% 0.93% -
XYZ 33.96 16.45 80.74 -
YUV 97.74 206.03 185.25 -
System Red Green Blue C M Y K H S L
Decimal 178 30 236 0.25 0.87 0 0.07 283.11 0.84 0.52
Hex B2 1E EC 19 57 0 7 11B 54 34
Octal 262 36 354 31 127 0 7 433 124 64
Binary 10110010 11110 11101100 11001 1010111 0 111 100011011 1010100 110100

Color Harmonies of #B21EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21EEC

Black with #B21EEC

Text Example


Text Example

White with #B21EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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