Html Css Color HEX #BC12DC Deep Magenta

📋 copy color: '#BC12DC'

red 188 ◦ green 18 ◦ blue 220

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

Shades of Deep Magenta #BC12DC

Tints of Deep Magenta #BC12DC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.23%

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

R = 44.13%
G = 4.23%
B = 51.64%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC12DC (or 0xBC12DC) is known color: Deep Magenta. HEX triplet: BC, 12 and DC. RGB value is (188,18,220). Sum of RGB (Red+Green+Blue) = 188+18+220=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 18 (7.42% from 255 or 4.23% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC12DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC12DC is #43ED23. Grayscale: #5B5B5B. Windows color (decimal): -4451620 or 14422716. OLE color: 14422716.

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

Color convert

RGB 188 18 220 -
CMYK 0.15 0.92 0 0.14
HSL 290.5º 0.85% 0.47% -
HSV(B) 290.5º 0.92% 0.86% -
XYZ 33.87 16.29 69.07 -
YUV 91.86 200.32 196.57 -
System Red Green Blue C M Y K H S L
Decimal 188 18 220 0.15 0.92 0 0.14 290.5 0.85 0.47
Hex BC 12 DC F 5C 0 E 122 55 2F
Octal 274 22 334 17 134 0 16 442 125 57
Binary 10111100 10010 11011100 1111 1011100 0 1110 100100010 1010101 101111

Color Harmonies of #BC12DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC12DC

Black with #BC12DC

Text Example


Text Example

White with #BC12DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC12DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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