Html Css Color HEX #BC1ACD Deep Magenta

📋 copy color: '#BC1ACD'

red 188 ◦ green 26 ◦ blue 205

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

Shades of Deep Magenta #BC1ACD

Tints of Deep Magenta #BC1ACD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.21%

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

R = 44.87%
G = 6.21%
B = 48.93%

CMYK

 C value IS 0.08

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC1ACD (or 0xBC1ACD) is known color: Deep Magenta. HEX triplet: BC, 1A and CD. RGB value is (188,26,205). Sum of RGB (Red+Green+Blue) = 188+26+205=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 26 (10.55% from 255 or 6.21% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC1ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1ACD is #43E532. Grayscale: #5E5E5E. Windows color (decimal): -4449587 or 13441724. OLE color: 13441724.

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

Color convert

RGB 188 26 205 -
CMYK 0.08 0.87 0 0.20
HSL 294.3º 0.77% 0.45% -
HSV(B) 294.3º 0.87% 0.8% -
XYZ 32.13 15.84 59.12 -
YUV 94.84 190.17 194.45 -
System Red Green Blue C M Y K H S L
Decimal 188 26 205 0.08 0.87 0 0.20 294.3 0.77 0.45
Hex BC 1A CD 8 57 0 14 126 4D 2D
Octal 274 32 315 10 127 0 24 446 115 55
Binary 10111100 11010 11001101 1000 1010111 0 10100 100100110 1001101 101101

Color Harmonies of #BC1ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1ACD

Black with #BC1ACD

Text Example


Text Example

White with #BC1ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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