Html Css Color HEX #BC22FA Electric Purple

📋 copy color: '#BC22FA'

red 188 ◦ green 34 ◦ blue 250

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

Shades of Electric Purple #BC22FA

Tints of Electric Purple #BC22FA

RGB

 RED value IS 188 (73.83% from 255) = 39.83%

 GREEN value IS 34 (13.67% from 255) = 7.2%

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

R = 39.83%
G = 7.2%
B = 52.97%

CMYK

 C value IS 0.25

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC22FA (or 0xBC22FA) is known color: Electric Purple. HEX triplet: BC, 22 and FA. RGB value is (188,34,250). Sum of RGB (Red+Green+Blue) = 188+34+250=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 34 (13.67% from 255 or 7.20% from 472); Blue value is 250 (98.05% from 255 or 52.97% from 472); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC22FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC22FA is #43DD05. Grayscale: #676767. Windows color (decimal): -4447494 or 16392892. OLE color: 16392892.

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

Color convert

RGB 188 34 250 -
CMYK 0.25 0.86 0 0.02
HSL 282.78º 0.96% 0.56% -
HSV(B) 282.78º 0.86% 0.98% -
XYZ 38.57 18.74 92.03 -
YUV 104.67 210.02 187.44 -
System Red Green Blue C M Y K H S L
Decimal 188 34 250 0.25 0.86 0 0.02 282.78 0.96 0.56
Hex BC 22 FA 19 56 0 2 11B 60 38
Octal 274 42 372 31 126 0 2 433 140 70
Binary 10111100 100010 11111010 11001 1010110 0 10 100011011 1100000 111000

Color Harmonies of #BC22FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC22FA

Black with #BC22FA

Text Example


Text Example

White with #BC22FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC22FA; }

 p { color: rgb(188,34,250); }

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

background-color css

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

 a { background-color: rgb(188,34,250); }

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

border-color css

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

 span { border-color: rgb(188,34,250); }

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