Html Css Color HEX #B20BFF Electric Purple

📋 copy color: '#B20BFF'

red 178 ◦ green 11 ◦ blue 255

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

Shades of Electric Purple #B20BFF

Tints of Electric Purple #B20BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.43%

R = 40.09%
G = 2.48%
B = 57.43%

CMYK

 C value IS 0.30

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B20BFF (or 0xB20BFF) is known color: Electric Purple. HEX triplet: B2, 0B and FF. RGB value is (178,11,255). Sum of RGB (Red+Green+Blue) = 178+11+255=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 11 (4.69% from 255 or 2.48% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #B20BFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B20BFF is #4DF400. Grayscale: #575757. Windows color (decimal): -5108737 or 16714674. OLE color: 16714674.

HSL color Cylindrical-coordinate representation of color #B20BFF: hue angle of 281.07º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B20BFF is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 178 11 255 -
CMYK 0.30 0.96 0 0
HSL 281.07º 1% 0.52% -
HSV(B) 281.07º 0.96% 1% -
XYZ 36.53 16.92 95.95 -
YUV 88.75 221.83 191.66 -
System Red Green Blue C M Y K H S L
Decimal 178 11 255 0.30 0.96 0 0 281.07 1 0.52
Hex B2 B FF 1E 60 0 0 119 64 34
Octal 262 13 377 36 140 0 0 431 144 64
Binary 10110010 1011 11111111 11110 1100000 0 0 100011001 1100100 110100

Color Harmonies of #B20BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20BFF

Black with #B20BFF

Text Example


Text Example

White with #B20BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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