Html Css Color HEX #B20AFE Electric Purple

📋 copy color: '#B20AFE'

red 178 ◦ green 10 ◦ blue 254

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

Shades of Electric Purple #B20AFE

Tints of Electric Purple #B20AFE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.26%

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

R = 40.27%
G = 2.26%
B = 57.47%

CMYK

 C value IS 0.30

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B20AFE (or 0xB20AFE) is known color: Electric Purple. HEX triplet: B2, 0A and FE. RGB value is (178,10,254). Sum of RGB (Red+Green+Blue) = 178+10+254=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 10 (4.30% from 255 or 2.26% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #B20AFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B20AFE is #4DF501. Grayscale: #575757. Windows color (decimal): -5108994 or 16648882. OLE color: 16648882.

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

Color convert

RGB 178 10 254 -
CMYK 0.30 0.96 0 0.00
HSL 281.31º 0.99% 0.52% -
HSV(B) 281.31º 0.96% 1% -
XYZ 36.36 16.84 95.1 -
YUV 88.05 221.66 192.16 -
System Red Green Blue C M Y K H S L
Decimal 178 10 254 0.30 0.96 0 0.00 281.31 0.99 0.52
Hex B2 A FE 1E 60 0 0 119 63 34
Octal 262 12 376 36 140 0 0 431 143 64
Binary 10110010 1010 11111110 11110 1100000 0 0 100011001 1100011 110100

Color Harmonies of #B20AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20AFE

Black with #B20AFE

Text Example


Text Example

White with #B20AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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