Html Css Color HEX #BC1BAE Deep Magenta

📋 copy color: '#BC1BAE'

red 188 ◦ green 27 ◦ blue 174

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

Shades of Deep Magenta #BC1BAE

Tints of Deep Magenta #BC1BAE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.94%

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

R = 48.33%
G = 6.94%
B = 44.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC1BAE (or 0xBC1BAE) is known color: Deep Magenta. HEX triplet: BC, 1B and AE. RGB value is (188,27,174). Sum of RGB (Red+Green+Blue) = 188+27+174=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 27 (10.94% from 255 or 6.94% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1BAE is #43E451. Grayscale: #5B5B5B. Windows color (decimal): -4449362 or 11410364. OLE color: 11410364.

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

Color convert

RGB 188 27 174 -
CMYK 0 0.86 0.07 0.26
HSL 305.22º 0.75% 0.42% -
HSV(B) 305.22º 0.86% 0.74% -
XYZ 28.77 14.53 41.33 -
YUV 91.9 174.34 196.55 -
System Red Green Blue C M Y K H S L
Decimal 188 27 174 0 0.86 0.07 0.26 305.22 0.75 0.42
Hex BC 1B AE 0 56 7 1A 131 4B 2A
Octal 274 33 256 0 126 7 32 461 113 52
Binary 10111100 11011 10101110 0 1010110 111 11010 100110001 1001011 101010

Color Harmonies of #BC1BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1BAE

Black with #BC1BAE

Text Example


Text Example

White with #BC1BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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