Html Css Color HEX #B220FD Electric Purple

📋 copy color: '#B220FD'

red 178 ◦ green 32 ◦ blue 253

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

Shades of Electric Purple #B220FD

Tints of Electric Purple #B220FD

RGB

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

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

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

R = 38.44%
G = 6.91%
B = 54.64%

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

#B220FD (or 0xB220FD) is known color: Electric Purple. HEX triplet: B2, 20 and FD. RGB value is (178,32,253). Sum of RGB (Red+Green+Blue) = 178+32+253=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 32 (12.89% from 255 or 6.91% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #B220FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B220FD is #4DDF02. Grayscale: #646464. Windows color (decimal): -5103363 or 16588978. OLE color: 16588978.

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

Color convert

RGB 178 32 253 -
CMYK 0.30 0.87 0 0.01
HSL 279.64º 0.98% 0.56% -
HSV(B) 279.64º 0.87% 0.99% -
XYZ 36.61 17.59 94.39 -
YUV 100.85 213.87 183.03 -
System Red Green Blue C M Y K H S L
Decimal 178 32 253 0.30 0.87 0 0.01 279.64 0.98 0.56
Hex B2 20 FD 1E 57 0 1 118 62 38
Octal 262 40 375 36 127 0 1 430 142 70
Binary 10110010 100000 11111101 11110 1010111 0 1 100011000 1100010 111000

Color Harmonies of #B220FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B220FD

Black with #B220FD

Text Example


Text Example

White with #B220FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B220FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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