Html Css Color HEX #BC1DFD Electric Purple

📋 copy color: '#BC1DFD'

red 188 ◦ green 29 ◦ blue 253

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

Shades of Electric Purple #BC1DFD

Tints of Electric Purple #BC1DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.83%

R = 40%
G = 6.17%
B = 53.83%

CMYK

 C value IS 0.26

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC1DFD (or 0xBC1DFD) is known color: Electric Purple. HEX triplet: BC, 1D and FD. RGB value is (188,29,253). Sum of RGB (Red+Green+Blue) = 188+29+253=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 29 (11.72% from 255 or 6.17% from 470); Blue value is 253 (99.22% from 255 or 53.83% from 470); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC1DFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1DFD is #43E202. Grayscale: #656565. Windows color (decimal): -4448771 or 16588220. OLE color: 16588220.

HSL color Cylindrical-coordinate representation of color #BC1DFD: hue angle of 282.59º degrees, saturation: 0.98, 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 #BC1DFD is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 29 253 -
CMYK 0.26 0.89 0 0.01
HSL 282.59º 0.98% 0.55% -
HSV(B) 282.59º 0.89% 0.99% -
XYZ 38.91 18.66 94.48 -
YUV 102.08 213.18 189.29 -
System Red Green Blue C M Y K H S L
Decimal 188 29 253 0.26 0.89 0 0.01 282.59 0.98 0.55
Hex BC 1D FD 1A 59 0 1 11B 62 37
Octal 274 35 375 32 131 0 1 433 142 67
Binary 10111100 11101 11111101 11010 1011001 0 1 100011011 1100010 110111

Color Harmonies of #BC1DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1DFD

Black with #BC1DFD

Text Example


Text Example

White with #BC1DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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