Html Css Color HEX #BC1DFC Electric Purple

📋 copy color: '#BC1DFC'

red 188 ◦ green 29 ◦ blue 252

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

Shades of Electric Purple #BC1DFC

Tints of Electric Purple #BC1DFC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.18%

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

R = 40.09%
G = 6.18%
B = 53.73%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC1DFC (or 0xBC1DFC) is known color: Electric Purple. HEX triplet: BC, 1D and FC. RGB value is (188,29,252). Sum of RGB (Red+Green+Blue) = 188+29+252=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 29 (11.72% from 255 or 6.18% from 469); Blue value is 252 (98.83% from 255 or 53.73% from 469); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC1DFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1DFC is #43E203. Grayscale: #656565. Windows color (decimal): -4448772 or 16522684. OLE color: 16522684.

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

Color convert

RGB 188 29 252 -
CMYK 0.25 0.88 0 0.01
HSL 282.78º 0.97% 0.55% -
HSV(B) 282.78º 0.88% 0.99% -
XYZ 38.75 18.6 93.64 -
YUV 101.96 212.68 189.37 -
System Red Green Blue C M Y K H S L
Decimal 188 29 252 0.25 0.88 0 0.01 282.78 0.97 0.55
Hex BC 1D FC 19 58 0 1 11B 61 37
Octal 274 35 374 31 130 0 1 433 141 67
Binary 10111100 11101 11111100 11001 1011000 0 1 100011011 1100001 110111

Color Harmonies of #BC1DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1DFC

Black with #BC1DFC

Text Example


Text Example

White with #BC1DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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