Html Css Color HEX #B020FC Electric Purple

📋 copy color: '#B020FC'

red 176 ◦ green 32 ◦ blue 252

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

Shades of Electric Purple #B020FC

Tints of Electric Purple #B020FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.78%

R = 38.26%
G = 6.96%
B = 54.78%

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

#B020FC (or 0xB020FC) is known color: Electric Purple. HEX triplet: B0, 20 and FC. RGB value is (176,32,252). Sum of RGB (Red+Green+Blue) = 176+32+252=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 32 (12.89% from 255 or 6.96% from 460); Blue value is 252 (98.83% from 255 or 54.78% from 460); Max value from RGB is 252 - color contains mainly: blue. Hex color #B020FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B020FC is #4FDF03. Grayscale: #636363. Windows color (decimal): -5234436 or 16523440. OLE color: 16523440.

HSL color Cylindrical-coordinate representation of color #B020FC: hue angle of 279.27º degrees, saturation: 0.97, 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 #B020FC is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 176 32 252 -
CMYK 0.30 0.87 0 0.01
HSL 279.27º 0.97% 0.56% -
HSV(B) 279.27º 0.87% 0.99% -
XYZ 35.99 17.29 93.54 -
YUV 100.14 213.71 182.11 -
System Red Green Blue C M Y K H S L
Decimal 176 32 252 0.30 0.87 0 0.01 279.27 0.97 0.56
Hex B0 20 FC 1E 57 0 1 117 61 38
Octal 260 40 374 36 127 0 1 427 141 70
Binary 10110000 100000 11111100 11110 1010111 0 1 100010111 1100001 111000

Color Harmonies of #B020FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B020FC

Black with #B020FC

Text Example


Text Example

White with #B020FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B020FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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