Html Css Color HEX #BC1EDC Deep Magenta

📋 copy color: '#BC1EDC'

red 188 ◦ green 30 ◦ blue 220

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

Shades of Deep Magenta #BC1EDC

Tints of Deep Magenta #BC1EDC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.85%

 BLUE value IS 220 (86.33% from 255) = 50.23%

R = 42.92%
G = 6.85%
B = 50.23%

CMYK

 C value IS 0.15

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC1EDC (or 0xBC1EDC) is known color: Deep Magenta. HEX triplet: BC, 1E and DC. RGB value is (188,30,220). Sum of RGB (Red+Green+Blue) = 188+30+220=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 30 (12.11% from 255 or 6.85% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC1EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1EDC is #43E123. Grayscale: #626262. Windows color (decimal): -4448548 or 14425788. OLE color: 14425788.

HSL color Cylindrical-coordinate representation of color #BC1EDC: hue angle of 289.89º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1EDC is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 30 220 -
CMYK 0.15 0.86 0 0.14
HSL 289.89º 0.76% 0.49% -
HSV(B) 289.89º 0.86% 0.86% -
XYZ 34.12 16.79 69.15 -
YUV 98.9 196.35 191.55 -
System Red Green Blue C M Y K H S L
Decimal 188 30 220 0.15 0.86 0 0.14 289.89 0.76 0.49
Hex BC 1E DC F 56 0 E 122 4C 31
Octal 274 36 334 17 126 0 16 442 114 61
Binary 10111100 11110 11011100 1111 1010110 0 1110 100100010 1001100 110001

Color Harmonies of #BC1EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1EDC

Black with #BC1EDC

Text Example


Text Example

White with #BC1EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1EDC; }

 p { color: rgb(188,30,220); }

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

background-color css

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

 a { background-color: rgb(188,30,220); }

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

border-color css

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

 span { border-color: rgb(188,30,220); }

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