Html Css Color HEX #BC21FA Electric Purple

📋 copy color: '#BC21FA'

red 188 ◦ green 33 ◦ blue 250

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

Shades of Electric Purple #BC21FA

Tints of Electric Purple #BC21FA

RGB

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

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

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

R = 39.92%
G = 7.01%
B = 53.08%

CMYK

 C value IS 0.25

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC21FA (or 0xBC21FA) is known color: Electric Purple. HEX triplet: BC, 21 and FA. RGB value is (188,33,250). Sum of RGB (Red+Green+Blue) = 188+33+250=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 33 (13.28% from 255 or 7.01% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC21FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC21FA is #43DE05. Grayscale: #676767. Windows color (decimal): -4447750 or 16392636. OLE color: 16392636.

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

Color convert

RGB 188 33 250 -
CMYK 0.25 0.87 0 0.02
HSL 282.86º 0.96% 0.55% -
HSV(B) 282.86º 0.87% 0.98% -
XYZ 38.54 18.68 92.02 -
YUV 104.08 210.35 187.86 -
System Red Green Blue C M Y K H S L
Decimal 188 33 250 0.25 0.87 0 0.02 282.86 0.96 0.55
Hex BC 21 FA 19 57 0 2 11B 60 37
Octal 274 41 372 31 127 0 2 433 140 67
Binary 10111100 100001 11111010 11001 1010111 0 10 100011011 1100000 110111

Color Harmonies of #BC21FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC21FA

Black with #BC21FA

Text Example


Text Example

White with #BC21FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC21FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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