Html Css Color HEX #BC11FD Electric Purple

📋 copy color: '#BC11FD'

red 188 ◦ green 17 ◦ blue 253

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

Shades of Electric Purple #BC11FD

Tints of Electric Purple #BC11FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55.24%

R = 41.05%
G = 3.71%
B = 55.24%

CMYK

 C value IS 0.26

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC11FD (or 0xBC11FD) is known color: Electric Purple. HEX triplet: BC, 11 and FD. RGB value is (188,17,253). Sum of RGB (Red+Green+Blue) = 188+17+253=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 17 (7.03% from 255 or 3.71% from 458); Blue value is 253 (99.22% from 255 or 55.24% from 458); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC11FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC11FD is #43EE02. Grayscale: #5E5E5E. Windows color (decimal): -4451843 or 16585148. OLE color: 16585148.

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

Color convert

RGB 188 17 253 -
CMYK 0.26 0.93 0 0.01
HSL 283.47º 0.98% 0.53% -
HSV(B) 283.47º 0.93% 0.99% -
XYZ 38.67 18.18 94.4 -
YUV 95.03 217.15 194.31 -
System Red Green Blue C M Y K H S L
Decimal 188 17 253 0.26 0.93 0 0.01 283.47 0.98 0.53
Hex BC 11 FD 1A 5D 0 1 11B 62 35
Octal 274 21 375 32 135 0 1 433 142 65
Binary 10111100 10001 11111101 11010 1011101 0 1 100011011 1100010 110101

Color Harmonies of #BC11FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC11FD

Black with #BC11FD

Text Example


Text Example

White with #BC11FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC11FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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