Html Css Color HEX #BC20FF Electric Purple

📋 copy color: '#BC20FF'

red 188 ◦ green 32 ◦ blue 255

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

Shades of Electric Purple #BC20FF

Tints of Electric Purple #BC20FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.68%

R = 39.58%
G = 6.74%
B = 53.68%

CMYK

 C value IS 0.26

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BC20FF (or 0xBC20FF) is known color: Electric Purple. HEX triplet: BC, 20 and FF. RGB value is (188,32,255). Sum of RGB (Red+Green+Blue) = 188+32+255=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 32 (12.89% from 255 or 6.74% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC20FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC20FF is #43DF00. Grayscale: #676767. Windows color (decimal): -4448001 or 16720060. OLE color: 16720060.

HSL color Cylindrical-coordinate representation of color #BC20FF: hue angle of 281.97º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC20FF is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 188 32 255 -
CMYK 0.26 0.87 0 0
HSL 281.97º 1% 0.56% -
HSV(B) 281.97º 0.87% 1% -
XYZ 39.31 18.94 96.19 -
YUV 104.07 213.18 187.87 -
System Red Green Blue C M Y K H S L
Decimal 188 32 255 0.26 0.87 0 0 281.97 1 0.56
Hex BC 20 FF 1A 57 0 0 11A 64 38
Octal 274 40 377 32 127 0 0 432 144 70
Binary 10111100 100000 11111111 11010 1010111 0 0 100011010 1100100 111000

Color Harmonies of #BC20FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC20FF

Black with #BC20FF

Text Example


Text Example

White with #BC20FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC20FF; }

 p { color: rgb(188,32,255); }

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

background-color css

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

 a { background-color: rgb(188,32,255); }

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

border-color css

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

 span { border-color: rgb(188,32,255); }

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