Html Css Color HEX #BC00F1 Electric Purple

📋 copy color: '#BC00F1'

red 188 ◦ green 0 ◦ blue 241

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

Shades of Electric Purple #BC00F1

Tints of Electric Purple #BC00F1

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 241 (94.53% from 255) = 56.18%

R = 43.82%
G = 0%
B = 56.18%

CMYK

 C value IS 0.22

 M value IS 1

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BC00F1 (or 0xBC00F1) is known color: Electric Purple. HEX triplet: BC, 00 and F1. RGB value is (188,0,241). Sum of RGB (Red+Green+Blue) = 188+0+241=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 0 (0.39% from 255 or 0% from 429); Blue value is 241 (94.53% from 255 or 56.18% from 429); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC00F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC00F1 is #43FF0E. Grayscale: #525252. Windows color (decimal): -4456207 or 15794364. OLE color: 15794364.

HSL color Cylindrical-coordinate representation of color #BC00F1: hue angle of 286.8º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC00F1 is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 0 241 -
CMYK 0.22 1 0 0.05
HSL 286.81º 1% 0.47% -
HSV(B) 286.81º 1% 0.95% -
XYZ 36.62 17.04 84.58 -
YUV 83.69 216.78 202.4 -
System Red Green Blue C M Y K H S L
Decimal 188 0 241 0.22 1 0 0.05 286.81 1 0.47
Hex BC 0 F1 16 64 0 5 11F 64 2F
Octal 274 0 361 26 144 0 5 437 144 57
Binary 10111100 0 11110001 10110 1100100 0 101 100011111 1100100 101111

Color Harmonies of #BC00F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC00F1

Black with #BC00F1

Text Example


Text Example

White with #BC00F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC00F1; }

 p { color: rgb(188,0,241); }

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

background-color css

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

 a { background-color: rgb(188,0,241); }

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

border-color css

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

 span { border-color: rgb(188,0,241); }

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