Html Css Color HEX #BC1DCD Deep Magenta

📋 copy color: '#BC1DCD'

red 188 ◦ green 29 ◦ blue 205

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

Shades of Deep Magenta #BC1DCD

Tints of Deep Magenta #BC1DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.58%

R = 44.55%
G = 6.87%
B = 48.58%

CMYK

 C value IS 0.08

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC1DCD (or 0xBC1DCD) is known color: Deep Magenta. HEX triplet: BC, 1D and CD. RGB value is (188,29,205). Sum of RGB (Red+Green+Blue) = 188+29+205=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 29 (11.72% from 255 or 6.87% from 422); Blue value is 205 (80.47% from 255 or 48.58% from 422); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC1DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1DCD is #43E232. Grayscale: #606060. Windows color (decimal): -4448819 or 13442492. OLE color: 13442492.

HSL color Cylindrical-coordinate representation of color #BC1DCD: hue angle of 294.2º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1DCD is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 29 205 -
CMYK 0.08 0.86 0 0.20
HSL 294.2º 0.75% 0.46% -
HSV(B) 294.2º 0.86% 0.8% -
XYZ 32.2 15.98 59.14 -
YUV 96.61 189.18 193.19 -
System Red Green Blue C M Y K H S L
Decimal 188 29 205 0.08 0.86 0 0.20 294.2 0.75 0.46
Hex BC 1D CD 8 56 0 14 126 4B 2E
Octal 274 35 315 10 126 0 24 446 113 56
Binary 10111100 11101 11001101 1000 1010110 0 10100 100100110 1001011 101110

Color Harmonies of #BC1DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1DCD

Black with #BC1DCD

Text Example


Text Example

White with #BC1DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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