Html Css Color HEX #BC1BDC Deep Magenta

📋 copy color: '#BC1BDC'

red 188 ◦ green 27 ◦ blue 220

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

Shades of Deep Magenta #BC1BDC

Tints of Deep Magenta #BC1BDC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.21%

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

R = 43.22%
G = 6.21%
B = 50.57%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC1BDC (or 0xBC1BDC) is known color: Deep Magenta. HEX triplet: BC, 1B and DC. RGB value is (188,27,220). Sum of RGB (Red+Green+Blue) = 188+27+220=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 27 (10.94% from 255 or 6.21% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC1BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1BDC is #43E423. Grayscale: #606060. Windows color (decimal): -4449316 or 14425020. OLE color: 14425020.

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

Color convert

RGB 188 27 220 -
CMYK 0.15 0.88 0 0.14
HSL 290.05º 0.78% 0.48% -
HSV(B) 290.05º 0.88% 0.86% -
XYZ 34.05 16.64 69.13 -
YUV 97.14 197.34 192.81 -
System Red Green Blue C M Y K H S L
Decimal 188 27 220 0.15 0.88 0 0.14 290.05 0.78 0.48
Hex BC 1B DC F 58 0 E 122 4E 30
Octal 274 33 334 17 130 0 16 442 116 60
Binary 10111100 11011 11011100 1111 1011000 0 1110 100100010 1001110 110000

Color Harmonies of #BC1BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1BDC

Black with #BC1BDC

Text Example


Text Example

White with #BC1BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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