Html Css Color HEX #BC00F6 Electric Purple

📋 copy color: '#BC00F6'

red 188 ◦ green 0 ◦ blue 246

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

Shades of Electric Purple #BC00F6

Tints of Electric Purple #BC00F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 56.68%

R = 43.32%
G = 0%
B = 56.68%

CMYK

 C value IS 0.24

 M value IS 1

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BC00F6 (or 0xBC00F6) is known color: Electric Purple. HEX triplet: BC, 00 and F6. RGB value is (188,0,246). Sum of RGB (Red+Green+Blue) = 188+0+246=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 0 (0.39% from 255 or 0% from 434); Blue value is 246 (96.48% from 255 or 56.68% from 434); Max value from RGB is 246 - color contains mainly: blue. Hex color #BC00F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC00F6 is #43FF09. Grayscale: #535353. Windows color (decimal): -4456202 or 16122044. OLE color: 16122044.

HSL color Cylindrical-coordinate representation of color #BC00F6: hue angle of 285.85º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC00F6 is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 0 246 -
CMYK 0.24 1 0 0.04
HSL 285.85º 1% 0.48% -
HSV(B) 285.85º 1% 0.96% -
XYZ 37.37 17.35 88.57 -
YUV 84.26 219.28 202 -
System Red Green Blue C M Y K H S L
Decimal 188 0 246 0.24 1 0 0.04 285.85 1 0.48
Hex BC 0 F6 18 64 0 4 11E 64 30
Octal 274 0 366 30 144 0 4 436 144 60
Binary 10111100 0 11110110 11000 1100100 0 100 100011110 1100100 110000

Color Harmonies of #BC00F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC00F6

Black with #BC00F6

Text Example


Text Example

White with #BC00F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC00F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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