Html Css Color HEX #B20BE2 Electric Purple

📋 copy color: '#B20BE2'

red 178 ◦ green 11 ◦ blue 226

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

Shades of Electric Purple #B20BE2

Tints of Electric Purple #B20BE2

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.65%

 BLUE value IS 226 (88.67% from 255) = 54.46%

R = 42.89%
G = 2.65%
B = 54.46%

CMYK

 C value IS 0.21

 M value IS 0.95

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B20BE2 (or 0xB20BE2) is known color: Electric Purple. HEX triplet: B2, 0B and E2. RGB value is (178,11,226). Sum of RGB (Red+Green+Blue) = 178+11+226=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 11 (4.69% from 255 or 2.65% from 415); Blue value is 226 (88.67% from 255 or 54.46% from 415); Max value from RGB is 226 - color contains mainly: blue. Hex color #B20BE2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20BE2 is #4DF41D. Grayscale: #545454. Windows color (decimal): -5108766 or 14814130. OLE color: 14814130.

HSL color Cylindrical-coordinate representation of color #B20BE2: hue angle of 286.6º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B20BE2 is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 178 11 226 -
CMYK 0.21 0.95 0 0.11
HSL 286.6º 0.91% 0.46% -
HSV(B) 286.6º 0.95% 0.89% -
XYZ 32.21 15.2 73.19 -
YUV 85.44 207.33 194.02 -
System Red Green Blue C M Y K H S L
Decimal 178 11 226 0.21 0.95 0 0.11 286.6 0.91 0.46
Hex B2 B E2 15 5F 0 B 11F 5B 2E
Octal 262 13 342 25 137 0 13 437 133 56
Binary 10110010 1011 11100010 10101 1011111 0 1011 100011111 1011011 101110

Color Harmonies of #B20BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20BE2

Black with #B20BE2

Text Example


Text Example

White with #B20BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20BE2; }

 p { color: rgb(178,11,226); }

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

background-color css

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

 a { background-color: rgb(178,11,226); }

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

border-color css

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

 span { border-color: rgb(178,11,226); }

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