Html Css Color HEX #BC1CFC Electric Purple

📋 copy color: '#BC1CFC'

red 188 ◦ green 28 ◦ blue 252

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

Shades of Electric Purple #BC1CFC

Tints of Electric Purple #BC1CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 53.85%

R = 40.17%
G = 5.98%
B = 53.85%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC1CFC (or 0xBC1CFC) is known color: Electric Purple. HEX triplet: BC, 1C and FC. RGB value is (188,28,252). Sum of RGB (Red+Green+Blue) = 188+28+252=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 28 (11.33% from 255 or 5.98% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC1CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1CFC is #43E303. Grayscale: #646464. Windows color (decimal): -4449028 or 16522428. OLE color: 16522428.

HSL color Cylindrical-coordinate representation of color #BC1CFC: hue angle of 282.86º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC1CFC is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 28 252 -
CMYK 0.25 0.89 0 0.01
HSL 282.86º 0.97% 0.55% -
HSV(B) 282.86º 0.89% 0.99% -
XYZ 38.72 18.55 93.63 -
YUV 101.38 213.01 189.79 -
System Red Green Blue C M Y K H S L
Decimal 188 28 252 0.25 0.89 0 0.01 282.86 0.97 0.55
Hex BC 1C FC 19 59 0 1 11B 61 37
Octal 274 34 374 31 131 0 1 433 141 67
Binary 10111100 11100 11111100 11001 1011001 0 1 100011011 1100001 110111

Color Harmonies of #BC1CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1CFC

Black with #BC1CFC

Text Example


Text Example

White with #BC1CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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