Html Css Color HEX #BC00DC Deep Magenta

📋 copy color: '#BC00DC'

red 188 ◦ green 0 ◦ blue 220

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

Shades of Deep Magenta #BC00DC

Tints of Deep Magenta #BC00DC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.08%
G = 0%
B = 53.92%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC00DC (or 0xBC00DC) is known color: Deep Magenta. HEX triplet: BC, 00 and DC. RGB value is (188,0,220). Sum of RGB (Red+Green+Blue) = 188+0+220=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 0 (0.39% from 255 or 0% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC00DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC00DC is #43FF23. Grayscale: #505050. Windows color (decimal): -4456228 or 14418108. OLE color: 14418108.

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

Color convert

RGB 188 0 220 -
CMYK 0.15 1 0 0.14
HSL 291.27º 1% 0.43% -
HSV(B) 291.27º 1% 0.86% -
XYZ 33.66 15.86 69 -
YUV 81.29 206.28 204.11 -
System Red Green Blue C M Y K H S L
Decimal 188 0 220 0.15 1 0 0.14 291.27 1 0.43
Hex BC 0 DC F 64 0 E 123 64 2B
Octal 274 0 334 17 144 0 16 443 144 53
Binary 10111100 0 11011100 1111 1100100 0 1110 100100011 1100100 101011

Color Harmonies of #BC00DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC00DC

Black with #BC00DC

Text Example


Text Example

White with #BC00DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC00DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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