Html Css Color HEX #B20EE1 Electric Purple

📋 copy color: '#B20EE1'

red 178 ◦ green 14 ◦ blue 225

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

Shades of Electric Purple #B20EE1

Tints of Electric Purple #B20EE1

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.36%

 BLUE value IS 225 (88.28% from 255) = 53.96%

R = 42.69%
G = 3.36%
B = 53.96%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B20EE1 (or 0xB20EE1) is known color: Electric Purple. HEX triplet: B2, 0E and E1. RGB value is (178,14,225). Sum of RGB (Red+Green+Blue) = 178+14+225=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 14 (5.86% from 255 or 3.36% from 417); Blue value is 225 (88.28% from 255 or 53.96% from 417); Max value from RGB is 225 - color contains mainly: blue. Hex color #B20EE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20EE1 is #4DF11E. Grayscale: #565656. Windows color (decimal): -5107999 or 14749362. OLE color: 14749362.

HSL color Cylindrical-coordinate representation of color #B20EE1: hue angle of 286.64º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20EE1 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 178 14 225 -
CMYK 0.21 0.94 0 0.12
HSL 286.64º 0.88% 0.47% -
HSV(B) 286.64º 0.94% 0.88% -
XYZ 32.11 15.22 72.48 -
YUV 87.09 205.83 192.84 -
System Red Green Blue C M Y K H S L
Decimal 178 14 225 0.21 0.94 0 0.12 286.64 0.88 0.47
Hex B2 E E1 15 5E 0 C 11F 58 2F
Octal 262 16 341 25 136 0 14 437 130 57
Binary 10110010 1110 11100001 10101 1011110 0 1100 100011111 1011000 101111

Color Harmonies of #B20EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20EE1

Black with #B20EE1

Text Example


Text Example

White with #B20EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20EE1; }

 p { color: rgb(178,14,225); }

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

background-color css

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

 a { background-color: rgb(178,14,225); }

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

border-color css

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

 span { border-color: rgb(178,14,225); }

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