Html Css Color HEX #BC12DF Deep Magenta

📋 copy color: '#BC12DF'

red 188 ◦ green 18 ◦ blue 223

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

Shades of Deep Magenta #BC12DF

Tints of Deep Magenta #BC12DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.98%

R = 43.82%
G = 4.2%
B = 51.98%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC12DF (or 0xBC12DF) is known color: Deep Magenta. HEX triplet: BC, 12 and DF. RGB value is (188,18,223). Sum of RGB (Red+Green+Blue) = 188+18+223=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 18 (7.42% from 255 or 4.20% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC12DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC12DF is #43ED20. Grayscale: #5B5B5B. Windows color (decimal): -4451617 or 14619324. OLE color: 14619324.

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

Color convert

RGB 188 18 223 -
CMYK 0.16 0.92 0 0.13
HSL 289.76º 0.85% 0.47% -
HSV(B) 289.76º 0.92% 0.87% -
XYZ 34.27 16.45 71.18 -
YUV 92.2 201.82 196.33 -
System Red Green Blue C M Y K H S L
Decimal 188 18 223 0.16 0.92 0 0.13 289.76 0.85 0.47
Hex BC 12 DF 10 5C 0 D 122 55 2F
Octal 274 22 337 20 134 0 15 442 125 57
Binary 10111100 10010 11011111 10000 1011100 0 1101 100100010 1010101 101111

Color Harmonies of #BC12DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC12DF

Black with #BC12DF

Text Example


Text Example

White with #BC12DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC12DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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