Html Css Color HEX #B021FA Electric Purple

📋 copy color: '#B021FA'

red 176 ◦ green 33 ◦ blue 250

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

Shades of Electric Purple #B021FA

Tints of Electric Purple #B021FA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.19%

 BLUE value IS 250 (98.05% from 255) = 54.47%

R = 38.34%
G = 7.19%
B = 54.47%

CMYK

 C value IS 0.30

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B021FA (or 0xB021FA) is known color: Electric Purple. HEX triplet: B0, 21 and FA. RGB value is (176,33,250). Sum of RGB (Red+Green+Blue) = 176+33+250=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 33 (13.28% from 255 or 7.19% from 459); Blue value is 250 (98.05% from 255 or 54.47% from 459); Max value from RGB is 250 - color contains mainly: blue. Hex color #B021FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B021FA is #4FDE05. Grayscale: #636363. Windows color (decimal): -5234182 or 16392624. OLE color: 16392624.

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

Color convert

RGB 176 33 250 -
CMYK 0.30 0.87 0 0.02
HSL 279.54º 0.96% 0.55% -
HSV(B) 279.54º 0.87% 0.98% -
XYZ 35.7 17.22 91.88 -
YUV 100.5 212.38 181.86 -
System Red Green Blue C M Y K H S L
Decimal 176 33 250 0.30 0.87 0 0.02 279.54 0.96 0.55
Hex B0 21 FA 1E 57 0 2 118 60 37
Octal 260 41 372 36 127 0 2 430 140 67
Binary 10110000 100001 11111010 11110 1010111 0 10 100011000 1100000 110111

Color Harmonies of #B021FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B021FA

Black with #B021FA

Text Example


Text Example

White with #B021FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B021FA; }

 p { color: rgb(176,33,250); }

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

background-color css

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

 a { background-color: rgb(176,33,250); }

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

border-color css

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

 span { border-color: rgb(176,33,250); }

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