Html Css Color HEX #BC21FF Electric Purple

📋 copy color: '#BC21FF'

red 188 ◦ green 33 ◦ blue 255

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

Shades of Electric Purple #BC21FF

Tints of Electric Purple #BC21FF

RGB

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

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

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

R = 39.5%
G = 6.93%
B = 53.57%

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

#BC21FF (or 0xBC21FF) is known color: Electric Purple. HEX triplet: BC, 21 and FF. RGB value is (188,33,255). Sum of RGB (Red+Green+Blue) = 188+33+255=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 33 (13.28% from 255 or 6.93% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC21FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC21FF is #43DE00. Grayscale: #676767. Windows color (decimal): -4447745 or 16720316. OLE color: 16720316.

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

Color convert

RGB 188 33 255 -
CMYK 0.26 0.87 0 0
HSL 281.89º 1% 0.56% -
HSV(B) 281.89º 0.87% 1% -
XYZ 39.33 19 96.2 -
YUV 104.65 212.85 187.45 -
System Red Green Blue C M Y K H S L
Decimal 188 33 255 0.26 0.87 0 0 281.89 1 0.56
Hex BC 21 FF 1A 57 0 0 11A 64 38
Octal 274 41 377 32 127 0 0 432 144 70
Binary 10111100 100001 11111111 11010 1010111 0 0 100011010 1100100 111000

Color Harmonies of #BC21FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC21FF

Black with #BC21FF

Text Example


Text Example

White with #BC21FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC21FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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