Html Css Color HEX #B020FD Electric Purple

📋 copy color: '#B020FD'

red 176 ◦ green 32 ◦ blue 253

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

Shades of Electric Purple #B020FD

Tints of Electric Purple #B020FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.88%

R = 38.18%
G = 6.94%
B = 54.88%

CMYK

 C value IS 0.30

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B020FD (or 0xB020FD) is known color: Electric Purple. HEX triplet: B0, 20 and FD. RGB value is (176,32,253). Sum of RGB (Red+Green+Blue) = 176+32+253=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 32 (12.89% from 255 or 6.94% from 461); Blue value is 253 (99.22% from 255 or 54.88% from 461); Max value from RGB is 253 - color contains mainly: blue. Hex color #B020FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B020FD is #4FDF02. Grayscale: #636363. Windows color (decimal): -5234435 or 16588976. OLE color: 16588976.

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

Color convert

RGB 176 32 253 -
CMYK 0.30 0.87 0 0.01
HSL 279.1º 0.98% 0.56% -
HSV(B) 279.1º 0.87% 0.99% -
XYZ 36.15 17.35 94.37 -
YUV 100.25 214.21 182.03 -
System Red Green Blue C M Y K H S L
Decimal 176 32 253 0.30 0.87 0 0.01 279.1 0.98 0.56
Hex B0 20 FD 1E 57 0 1 117 62 38
Octal 260 40 375 36 127 0 1 427 142 70
Binary 10110000 100000 11111101 11110 1010111 0 1 100010111 1100010 111000

Color Harmonies of #B020FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B020FD

Black with #B020FD

Text Example


Text Example

White with #B020FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B020FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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