Html Css Color HEX #B221FC Electric Purple

📋 copy color: '#B221FC'

red 178 ◦ green 33 ◦ blue 252

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

Shades of Electric Purple #B221FC

Tints of Electric Purple #B221FC

RGB

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

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

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

R = 38.44%
G = 7.13%
B = 54.43%

CMYK

 C value IS 0.29

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B221FC (or 0xB221FC) is known color: Electric Purple. HEX triplet: B2, 21 and FC. RGB value is (178,33,252). Sum of RGB (Red+Green+Blue) = 178+33+252=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 33 (13.28% from 255 or 7.13% from 463); Blue value is 252 (98.83% from 255 or 54.43% from 463); Max value from RGB is 252 - color contains mainly: blue. Hex color #B221FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B221FC is #4DDE03. Grayscale: #646464. Windows color (decimal): -5103108 or 16523698. OLE color: 16523698.

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

Color convert

RGB 178 33 252 -
CMYK 0.29 0.87 0 0.01
HSL 279.73º 0.97% 0.56% -
HSV(B) 279.73º 0.87% 0.99% -
XYZ 36.47 17.58 93.57 -
YUV 101.32 213.04 182.69 -
System Red Green Blue C M Y K H S L
Decimal 178 33 252 0.29 0.87 0 0.01 279.73 0.97 0.56
Hex B2 21 FC 1D 57 0 1 118 61 38
Octal 262 41 374 35 127 0 1 430 141 70
Binary 10110010 100001 11111100 11101 1010111 0 1 100011000 1100001 111000

Color Harmonies of #B221FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B221FC

Black with #B221FC

Text Example


Text Example

White with #B221FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B221FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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