Html Css Color HEX #BC1CED Electric Purple

📋 copy color: '#BC1CED'

red 188 ◦ green 28 ◦ blue 237

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

Shades of Electric Purple #BC1CED

Tints of Electric Purple #BC1CED

RGB

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

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

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

R = 41.5%
G = 6.18%
B = 52.32%

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

#BC1CED (or 0xBC1CED) is known color: Electric Purple. HEX triplet: BC, 1C and ED. RGB value is (188,28,237). Sum of RGB (Red+Green+Blue) = 188+28+237=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 28 (11.33% from 255 or 6.18% from 453); Blue value is 237 (92.97% from 255 or 52.32% from 453); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC1CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1CED is #43E312. Grayscale: #626262. Windows color (decimal): -4449043 or 15539388. OLE color: 15539388.

HSL color Cylindrical-coordinate representation of color #BC1CED: hue angle of 285.93º 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 #BC1CED is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 28 237 -
CMYK 0.21 0.88 0 0.07
HSL 285.93º 0.85% 0.52% -
HSV(B) 285.93º 0.88% 0.93% -
XYZ 36.44 17.64 81.6 -
YUV 99.67 205.51 191.01 -
System Red Green Blue C M Y K H S L
Decimal 188 28 237 0.21 0.88 0 0.07 285.93 0.85 0.52
Hex BC 1C ED 15 58 0 7 11E 55 34
Octal 274 34 355 25 130 0 7 436 125 64
Binary 10111100 11100 11101101 10101 1011000 0 111 100011110 1010101 110100

Color Harmonies of #BC1CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1CED

Black with #BC1CED

Text Example


Text Example

White with #BC1CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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