Html Css Color HEX #BC1DED Electric Purple

📋 copy color: '#BC1DED'

red 188 ◦ green 29 ◦ blue 237

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

Shades of Electric Purple #BC1DED

Tints of Electric Purple #BC1DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 52.2%

R = 41.41%
G = 6.39%
B = 52.2%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC1DED (or 0xBC1DED) is known color: Electric Purple. HEX triplet: BC, 1D and ED. RGB value is (188,29,237). Sum of RGB (Red+Green+Blue) = 188+29+237=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 29 (11.72% from 255 or 6.39% from 454); Blue value is 237 (92.97% from 255 or 52.20% from 454); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC1DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1DED is #43E212. Grayscale: #636363. Windows color (decimal): -4448787 or 15539644. OLE color: 15539644.

HSL color Cylindrical-coordinate representation of color #BC1DED: hue angle of 285.87º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1DED is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 29 237 -
CMYK 0.21 0.88 0 0.07
HSL 285.87º 0.85% 0.52% -
HSV(B) 285.87º 0.88% 0.93% -
XYZ 36.46 17.68 81.61 -
YUV 100.25 205.18 190.59 -
System Red Green Blue C M Y K H S L
Decimal 188 29 237 0.21 0.88 0 0.07 285.87 0.85 0.52
Hex BC 1D ED 15 58 0 7 11E 55 34
Octal 274 35 355 25 130 0 7 436 125 64
Binary 10111100 11101 11101101 10101 1011000 0 111 100011110 1010101 110100

Color Harmonies of #BC1DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1DED

Black with #BC1DED

Text Example


Text Example

White with #BC1DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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