Html Css Color HEX #BC11FA Electric Purple

📋 copy color: '#BC11FA'

red 188 ◦ green 17 ◦ blue 250

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

Shades of Electric Purple #BC11FA

Tints of Electric Purple #BC11FA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.74%

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

R = 41.32%
G = 3.74%
B = 54.95%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC11FA (or 0xBC11FA) is known color: Electric Purple. HEX triplet: BC, 11 and FA. RGB value is (188,17,250). Sum of RGB (Red+Green+Blue) = 188+17+250=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 17 (7.03% from 255 or 3.74% from 455); Blue value is 250 (98.05% from 255 or 54.95% from 455); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC11FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC11FA is #43EE05. Grayscale: #5D5D5D. Windows color (decimal): -4451846 or 16388540. OLE color: 16388540.

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

Color convert

RGB 188 17 250 -
CMYK 0.25 0.93 0 0.02
HSL 284.03º 0.96% 0.52% -
HSV(B) 284.03º 0.93% 0.98% -
XYZ 38.19 17.99 91.9 -
YUV 94.69 215.65 194.55 -
System Red Green Blue C M Y K H S L
Decimal 188 17 250 0.25 0.93 0 0.02 284.03 0.96 0.52
Hex BC 11 FA 19 5D 0 2 11C 60 34
Octal 274 21 372 31 135 0 2 434 140 64
Binary 10111100 10001 11111010 11001 1011101 0 10 100011100 1100000 110100

Color Harmonies of #BC11FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC11FA

Black with #BC11FA

Text Example


Text Example

White with #BC11FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC11FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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