Html Css Color HEX #B21BEA Electric Purple

📋 copy color: '#B21BEA'

red 178 ◦ green 27 ◦ blue 234

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

Shades of Electric Purple #B21BEA

Tints of Electric Purple #B21BEA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.15%

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

R = 40.55%
G = 6.15%
B = 53.3%

CMYK

 C value IS 0.24

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B21BEA (or 0xB21BEA) is known color: Electric Purple. HEX triplet: B2, 1B and EA. RGB value is (178,27,234). Sum of RGB (Red+Green+Blue) = 178+27+234=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 27 (10.94% from 255 or 6.15% from 439); Blue value is 234 (91.80% from 255 or 53.30% from 439); Max value from RGB is 234 - color contains mainly: blue. Hex color #B21BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B21BEA is #4DE415. Grayscale: #5F5F5F. Windows color (decimal): -5104662 or 15342514. OLE color: 15342514.

HSL color Cylindrical-coordinate representation of color #B21BEA: hue angle of 283.77º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B21BEA is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 27 234 -
CMYK 0.24 0.88 0 0.08
HSL 283.77º 0.83% 0.51% -
HSV(B) 283.77º 0.88% 0.92% -
XYZ 33.6 16.19 79.2 -
YUV 95.75 206.03 186.67 -
System Red Green Blue C M Y K H S L
Decimal 178 27 234 0.24 0.88 0 0.08 283.77 0.83 0.51
Hex B2 1B EA 18 58 0 8 11C 53 33
Octal 262 33 352 30 130 0 10 434 123 63
Binary 10110010 11011 11101010 11000 1011000 0 1000 100011100 1010011 110011

Color Harmonies of #B21BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21BEA

Black with #B21BEA

Text Example


Text Example

White with #B21BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21BEA; }

 p { color: rgb(178,27,234); }

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

background-color css

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

 a { background-color: rgb(178,27,234); }

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

border-color css

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

 span { border-color: rgb(178,27,234); }

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