Html Css Color HEX #BC13F0 Electric Purple

📋 copy color: '#BC13F0'

red 188 ◦ green 19 ◦ blue 240

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

Shades of Electric Purple #BC13F0

Tints of Electric Purple #BC13F0

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.25%

 BLUE value IS 240 (94.14% from 255) = 53.69%

R = 42.06%
G = 4.25%
B = 53.69%

CMYK

 C value IS 0.22

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC13F0 (or 0xBC13F0) is known color: Electric Purple. HEX triplet: BC, 13 and F0. RGB value is (188,19,240). Sum of RGB (Red+Green+Blue) = 188+19+240=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 19 (7.81% from 255 or 4.25% from 447); Blue value is 240 (94.14% from 255 or 53.69% from 447); Max value from RGB is 240 - color contains mainly: blue. Hex color #BC13F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC13F0 is #43EC0F. Grayscale: #5E5E5E. Windows color (decimal): -4451344 or 15733692. OLE color: 15733692.

HSL color Cylindrical-coordinate representation of color #BC13F0: hue angle of 285.88º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC13F0 is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 19 240 -
CMYK 0.22 0.92 0 0.06
HSL 285.88º 0.88% 0.51% -
HSV(B) 285.88º 0.92% 0.94% -
XYZ 36.7 17.45 83.87 -
YUV 94.73 209.99 194.53 -
System Red Green Blue C M Y K H S L
Decimal 188 19 240 0.22 0.92 0 0.06 285.88 0.88 0.51
Hex BC 13 F0 16 5C 0 6 11E 58 33
Octal 274 23 360 26 134 0 6 436 130 63
Binary 10111100 10011 11110000 10110 1011100 0 110 100011110 1011000 110011

Color Harmonies of #BC13F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC13F0

Black with #BC13F0

Text Example


Text Example

White with #BC13F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC13F0; }

 p { color: rgb(188,19,240); }

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

background-color css

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

 a { background-color: rgb(188,19,240); }

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

border-color css

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

 span { border-color: rgb(188,19,240); }

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