Html Css Color HEX #BC11FC Electric Purple

📋 copy color: '#BC11FC'

red 188 ◦ green 17 ◦ blue 252

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

Shades of Electric Purple #BC11FC

Tints of Electric Purple #BC11FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.14%

R = 41.14%
G = 3.72%
B = 55.14%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC11FC (or 0xBC11FC) is known color: Electric Purple. HEX triplet: BC, 11 and FC. RGB value is (188,17,252). Sum of RGB (Red+Green+Blue) = 188+17+252=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 17 (7.03% from 255 or 3.72% from 457); Blue value is 252 (98.83% from 255 or 55.14% from 457); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC11FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC11FC is #43EE03. Grayscale: #5E5E5E. Windows color (decimal): -4451844 or 16519612. OLE color: 16519612.

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

Color convert

RGB 188 17 252 -
CMYK 0.25 0.93 0 0.01
HSL 283.66º 0.98% 0.53% -
HSV(B) 283.66º 0.93% 0.99% -
XYZ 38.51 18.12 93.56 -
YUV 94.92 216.65 194.39 -
System Red Green Blue C M Y K H S L
Decimal 188 17 252 0.25 0.93 0 0.01 283.66 0.98 0.53
Hex BC 11 FC 19 5D 0 1 11C 62 35
Octal 274 21 374 31 135 0 1 434 142 65
Binary 10111100 10001 11111100 11001 1011101 0 1 100011100 1100010 110101

Color Harmonies of #BC11FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC11FC

Black with #BC11FC

Text Example


Text Example

White with #BC11FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC11FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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