Html Css Color HEX #B221EC Electric Purple

📋 copy color: '#B221EC'

red 178 ◦ green 33 ◦ blue 236

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

Shades of Electric Purple #B221EC

Tints of Electric Purple #B221EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 52.8%

R = 39.82%
G = 7.38%
B = 52.8%

CMYK

 C value IS 0.25

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B221EC (or 0xB221EC) is known color: Electric Purple. HEX triplet: B2, 21 and EC. RGB value is (178,33,236). Sum of RGB (Red+Green+Blue) = 178+33+236=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 33 (13.28% from 255 or 7.38% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #B221EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B221EC is #4DDE13. Grayscale: #626262. Windows color (decimal): -5103124 or 15475122. OLE color: 15475122.

HSL color Cylindrical-coordinate representation of color #B221EC: hue angle of 282.86º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B221EC is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 33 236 -
CMYK 0.25 0.86 0 0.07
HSL 282.86º 0.84% 0.53% -
HSV(B) 282.86º 0.86% 0.93% -
XYZ 34.04 16.61 80.77 -
YUV 99.5 205.04 183.99 -
System Red Green Blue C M Y K H S L
Decimal 178 33 236 0.25 0.86 0 0.07 282.86 0.84 0.53
Hex B2 21 EC 19 56 0 7 11B 54 35
Octal 262 41 354 31 126 0 7 433 124 65
Binary 10110010 100001 11101100 11001 1010110 0 111 100011011 1010100 110101

Color Harmonies of #B221EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B221EC

Black with #B221EC

Text Example


Text Example

White with #B221EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B221EC; }

 p { color: rgb(178,33,236); }

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

background-color css

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

 a { background-color: rgb(178,33,236); }

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

border-color css

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

 span { border-color: rgb(178,33,236); }

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