Html Css Color HEX #BC1CD1 Deep Magenta

📋 copy color: '#BC1CD1'

red 188 ◦ green 28 ◦ blue 209

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

Shades of Deep Magenta #BC1CD1

Tints of Deep Magenta #BC1CD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 49.18%

R = 44.24%
G = 6.59%
B = 49.18%

CMYK

 C value IS 0.10

 M value IS 0.87

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BC1CD1 (or 0xBC1CD1) is known color: Deep Magenta. HEX triplet: BC, 1C and D1. RGB value is (188,28,209). Sum of RGB (Red+Green+Blue) = 188+28+209=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 28 (11.33% from 255 or 6.59% from 425); Blue value is 209 (82.03% from 255 or 49.18% from 425); Max value from RGB is 209 - color contains mainly: blue. Hex color #BC1CD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1CD1 is #43E32E. Grayscale: #5F5F5F. Windows color (decimal): -4449071 or 13704380. OLE color: 13704380.

HSL color Cylindrical-coordinate representation of color #BC1CD1: hue angle of 293.04º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC1CD1 is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 28 209 -
CMYK 0.10 0.87 0 0.18
HSL 293.04º 0.76% 0.46% -
HSV(B) 293.04º 0.87% 0.82% -
XYZ 32.66 16.13 61.71 -
YUV 96.47 191.51 193.28 -
System Red Green Blue C M Y K H S L
Decimal 188 28 209 0.10 0.87 0 0.18 293.04 0.76 0.46
Hex BC 1C D1 A 57 0 12 125 4C 2E
Octal 274 34 321 12 127 0 22 445 114 56
Binary 10111100 11100 11010001 1010 1010111 0 10010 100100101 1001100 101110

Color Harmonies of #BC1CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1CD1

Black with #BC1CD1

Text Example


Text Example

White with #BC1CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1CD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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