Html Css Color HEX #BC1CF0 Electric Purple

📋 copy color: '#BC1CF0'

red 188 ◦ green 28 ◦ blue 240

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

Shades of Electric Purple #BC1CF0

Tints of Electric Purple #BC1CF0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.14%

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

R = 41.23%
G = 6.14%
B = 52.63%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC1CF0 (or 0xBC1CF0) is known color: Electric Purple. HEX triplet: BC, 1C and F0. RGB value is (188,28,240). Sum of RGB (Red+Green+Blue) = 188+28+240=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 28 (11.33% from 255 or 6.14% from 456); Blue value is 240 (94.14% from 255 or 52.63% from 456); Max value from RGB is 240 - color contains mainly: blue. Hex color #BC1CF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1CF0 is #43E30F. Grayscale: #636363. Windows color (decimal): -4449040 or 15735996. OLE color: 15735996.

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

Color convert

RGB 188 28 240 -
CMYK 0.22 0.88 0 0.06
HSL 285.28º 0.88% 0.53% -
HSV(B) 285.28º 0.88% 0.94% -
XYZ 36.88 17.81 83.93 -
YUV 100.01 207.01 190.76 -
System Red Green Blue C M Y K H S L
Decimal 188 28 240 0.22 0.88 0 0.06 285.28 0.88 0.53
Hex BC 1C F0 16 58 0 6 11D 58 35
Octal 274 34 360 26 130 0 6 435 130 65
Binary 10111100 11100 11110000 10110 1011000 0 110 100011101 1011000 110101

Color Harmonies of #BC1CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1CF0

Black with #BC1CF0

Text Example


Text Example

White with #BC1CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1CF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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