Html Css Color HEX #B020FF Electric Purple

📋 copy color: '#B020FF'

red 176 ◦ green 32 ◦ blue 255

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

Shades of Electric Purple #B020FF

Tints of Electric Purple #B020FF

RGB

 RED value IS 176 (69.14% from 255) = 38.01%

 GREEN value IS 32 (12.89% from 255) = 6.91%

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

R = 38.01%
G = 6.91%
B = 55.08%

CMYK

 C value IS 0.31

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B020FF (or 0xB020FF) is known color: Electric Purple. HEX triplet: B0, 20 and FF. RGB value is (176,32,255). Sum of RGB (Red+Green+Blue) = 176+32+255=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 32 (12.89% from 255 or 6.91% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #B020FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B020FF is #4FDF00. Grayscale: #636363. Windows color (decimal): -5234433 or 16720048. OLE color: 16720048.

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

Color convert

RGB 176 32 255 -
CMYK 0.31 0.87 0 0
HSL 278.74º 1% 0.56% -
HSV(B) 278.74º 0.87% 1% -
XYZ 36.47 17.48 96.06 -
YUV 100.48 215.21 181.87 -
System Red Green Blue C M Y K H S L
Decimal 176 32 255 0.31 0.87 0 0 278.74 1 0.56
Hex B0 20 FF 1F 57 0 0 117 64 38
Octal 260 40 377 37 127 0 0 427 144 70
Binary 10110000 100000 11111111 11111 1010111 0 0 100010111 1100100 111000

Color Harmonies of #B020FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B020FF

Black with #B020FF

Text Example


Text Example

White with #B020FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B020FF; }

 p { color: rgb(176,32,255); }

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

background-color css

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

 a { background-color: rgb(176,32,255); }

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

border-color css

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

 span { border-color: rgb(176,32,255); }

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