Html Css Color HEX #BC1DC0 Deep Magenta

📋 copy color: '#BC1DC0'

red 188 ◦ green 29 ◦ blue 192

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

Shades of Deep Magenta #BC1DC0

Tints of Deep Magenta #BC1DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 46.94%

R = 45.97%
G = 7.09%
B = 46.94%

CMYK

 C value IS 0.02

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC1DC0 (or 0xBC1DC0) is known color: Deep Magenta. HEX triplet: BC, 1D and C0. RGB value is (188,29,192). Sum of RGB (Red+Green+Blue) = 188+29+192=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 29 (11.72% from 255 or 7.09% from 409); Blue value is 192 (75.39% from 255 or 46.94% from 409); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC1DC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1DC0 is #43E23F. Grayscale: #5E5E5E. Windows color (decimal): -4448832 or 12590524. OLE color: 12590524.

HSL color Cylindrical-coordinate representation of color #BC1DC0: hue angle of 298.53º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC1DC0 is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 29 192 -
CMYK 0.02 0.85 0 0.25
HSL 298.53º 0.74% 0.43% -
HSV(B) 298.53º 0.85% 0.75% -
XYZ 30.69 15.38 51.22 -
YUV 95.12 182.68 194.25 -
System Red Green Blue C M Y K H S L
Decimal 188 29 192 0.02 0.85 0 0.25 298.53 0.74 0.43
Hex BC 1D C0 2 55 0 19 12B 4A 2B
Octal 274 35 300 2 125 0 31 453 112 53
Binary 10111100 11101 11000000 10 1010101 0 11001 100101011 1001010 101011

Color Harmonies of #BC1DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1DC0

Black with #BC1DC0

Text Example


Text Example

White with #BC1DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1DC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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