Html Css Color HEX #B20EE3 Electric Purple

📋 copy color: '#B20EE3'

red 178 ◦ green 14 ◦ blue 227

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

Shades of Electric Purple #B20EE3

Tints of Electric Purple #B20EE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 54.18%

R = 42.48%
G = 3.34%
B = 54.18%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B20EE3 (or 0xB20EE3) is known color: Electric Purple. HEX triplet: B2, 0E and E3. RGB value is (178,14,227). Sum of RGB (Red+Green+Blue) = 178+14+227=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 14 (5.86% from 255 or 3.34% from 419); Blue value is 227 (89.06% from 255 or 54.18% from 419); Max value from RGB is 227 - color contains mainly: blue. Hex color #B20EE3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20EE3 is #4DF11C. Grayscale: #565656. Windows color (decimal): -5107997 or 14880434. OLE color: 14880434.

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

Color convert

RGB 178 14 227 -
CMYK 0.22 0.94 0 0.11
HSL 286.2º 0.88% 0.47% -
HSV(B) 286.2º 0.94% 0.89% -
XYZ 32.38 15.33 73.92 -
YUV 87.32 206.83 192.68 -
System Red Green Blue C M Y K H S L
Decimal 178 14 227 0.22 0.94 0 0.11 286.2 0.88 0.47
Hex B2 E E3 16 5E 0 B 11E 58 2F
Octal 262 16 343 26 136 0 13 436 130 57
Binary 10110010 1110 11100011 10110 1011110 0 1011 100011110 1011000 101111

Color Harmonies of #B20EE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20EE3

Black with #B20EE3

Text Example


Text Example

White with #B20EE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20EE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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