Html Css Color HEX #B20CFE Electric Purple

📋 copy color: '#B20CFE'

red 178 ◦ green 12 ◦ blue 254

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

Shades of Electric Purple #B20CFE

Tints of Electric Purple #B20CFE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.7%

 BLUE value IS 254 (99.61% from 255) = 57.21%

R = 40.09%
G = 2.7%
B = 57.21%

CMYK

 C value IS 0.30

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B20CFE (or 0xB20CFE) is known color: Electric Purple. HEX triplet: B2, 0C and FE. RGB value is (178,12,254). Sum of RGB (Red+Green+Blue) = 178+12+254=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 12 (5.08% from 255 or 2.70% from 444); Blue value is 254 (99.61% from 255 or 57.21% from 444); Max value from RGB is 254 - color contains mainly: blue. Hex color #B20CFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B20CFE is #4DF301. Grayscale: #585858. Windows color (decimal): -5108482 or 16649394. OLE color: 16649394.

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

Color convert

RGB 178 12 254 -
CMYK 0.30 0.95 0 0.00
HSL 281.16º 0.99% 0.52% -
HSV(B) 281.16º 0.95% 1% -
XYZ 36.38 16.88 95.11 -
YUV 89.22 221 191.32 -
System Red Green Blue C M Y K H S L
Decimal 178 12 254 0.30 0.95 0 0.00 281.16 0.99 0.52
Hex B2 C FE 1E 5F 0 0 119 63 34
Octal 262 14 376 36 137 0 0 431 143 64
Binary 10110010 1100 11111110 11110 1011111 0 0 100011001 1100011 110100

Color Harmonies of #B20CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20CFE

Black with #B20CFE

Text Example


Text Example

White with #B20CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20CFE; }

 p { color: rgb(178,12,254); }

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

background-color css

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

 a { background-color: rgb(178,12,254); }

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

border-color css

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

 span { border-color: rgb(178,12,254); }

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