Html Css Color HEX #BC1DAE Deep Magenta

📋 copy color: '#BC1DAE'

red 188 ◦ green 29 ◦ blue 174

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

Shades of Deep Magenta #BC1DAE

Tints of Deep Magenta #BC1DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.5%

R = 48.08%
G = 7.42%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC1DAE (or 0xBC1DAE) is known color: Deep Magenta. HEX triplet: BC, 1D and AE. RGB value is (188,29,174). Sum of RGB (Red+Green+Blue) = 188+29+174=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 29 (11.72% from 255 or 7.42% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1DAE is #43E251. Grayscale: #5C5C5C. Windows color (decimal): -4448850 or 11410876. OLE color: 11410876.

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

Color convert

RGB 188 29 174 -
CMYK 0 0.85 0.07 0.26
HSL 305.28º 0.73% 0.43% -
HSV(B) 305.28º 0.85% 0.74% -
XYZ 28.82 14.63 41.35 -
YUV 93.07 173.68 195.71 -
System Red Green Blue C M Y K H S L
Decimal 188 29 174 0 0.85 0.07 0.26 305.28 0.73 0.43
Hex BC 1D AE 0 55 7 1A 131 49 2B
Octal 274 35 256 0 125 7 32 461 111 53
Binary 10111100 11101 10101110 0 1010101 111 11010 100110001 1001001 101011

Color Harmonies of #BC1DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1DAE

Black with #BC1DAE

Text Example


Text Example

White with #BC1DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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