Html Css Color HEX #BC1DDF Deep Magenta

📋 copy color: '#BC1DDF'

red 188 ◦ green 29 ◦ blue 223

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

Shades of Deep Magenta #BC1DDF

Tints of Deep Magenta #BC1DDF

RGB

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

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

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

R = 42.73%
G = 6.59%
B = 50.68%

CMYK

 C value IS 0.16

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC1DDF (or 0xBC1DDF) is known color: Deep Magenta. HEX triplet: BC, 1D and DF. RGB value is (188,29,223). Sum of RGB (Red+Green+Blue) = 188+29+223=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 29 (11.72% from 255 or 6.59% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC1DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1DDF is #43E220. Grayscale: #626262. Windows color (decimal): -4448801 or 14622140. OLE color: 14622140.

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

Color convert

RGB 188 29 223 -
CMYK 0.16 0.87 0 0.13
HSL 289.18º 0.77% 0.49% -
HSV(B) 289.18º 0.87% 0.87% -
XYZ 34.5 16.9 71.26 -
YUV 98.66 198.18 191.73 -
System Red Green Blue C M Y K H S L
Decimal 188 29 223 0.16 0.87 0 0.13 289.18 0.77 0.49
Hex BC 1D DF 10 57 0 D 121 4D 31
Octal 274 35 337 20 127 0 15 441 115 61
Binary 10111100 11101 11011111 10000 1010111 0 1101 100100001 1001101 110001

Color Harmonies of #BC1DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1DDF

Black with #BC1DDF

Text Example


Text Example

White with #BC1DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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