Html Css Color HEX #BC1CAD Deep Magenta

📋 copy color: '#BC1CAD'

red 188 ◦ green 28 ◦ blue 173

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

Shades of Deep Magenta #BC1CAD

Tints of Deep Magenta #BC1CAD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.2%

 BLUE value IS 173 (67.97% from 255) = 44.47%

R = 48.33%
G = 7.2%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BC1CAD (or 0xBC1CAD) is known color: Deep Magenta. HEX triplet: BC, 1C and AD. RGB value is (188,28,173). Sum of RGB (Red+Green+Blue) = 188+28+173=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 28 (11.33% from 255 or 7.20% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1CAD is #43E352. Grayscale: #5B5B5B. Windows color (decimal): -4449107 or 11345084. OLE color: 11345084.

HSL color Cylindrical-coordinate representation of color #BC1CAD: hue angle of 305.62º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC1CAD is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 28 173 -
CMYK 0 0.85 0.08 0.26
HSL 305.63º 0.74% 0.42% -
HSV(B) 305.63º 0.85% 0.74% -
XYZ 28.7 14.54 40.83 -
YUV 92.37 173.51 196.21 -
System Red Green Blue C M Y K H S L
Decimal 188 28 173 0 0.85 0.08 0.26 305.63 0.74 0.42
Hex BC 1C AD 0 55 8 1A 132 4A 2A
Octal 274 34 255 0 125 10 32 462 112 52
Binary 10111100 11100 10101101 0 1010101 1000 11010 100110010 1001010 101010

Color Harmonies of #BC1CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1CAD

Black with #BC1CAD

Text Example


Text Example

White with #BC1CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1CAD; }

 p { color: rgb(188,28,173); }

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

background-color css

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

 a { background-color: rgb(188,28,173); }

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

border-color css

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

 span { border-color: rgb(188,28,173); }

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