Html Css Color HEX #BC1ACE Deep Magenta

📋 copy color: '#BC1ACE'

red 188 ◦ green 26 ◦ blue 206

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

Shades of Deep Magenta #BC1ACE

Tints of Deep Magenta #BC1ACE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.19%

 BLUE value IS 206 (80.86% from 255) = 49.05%

R = 44.76%
G = 6.19%
B = 49.05%

CMYK

 C value IS 0.09

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC1ACE (or 0xBC1ACE) is known color: Deep Magenta. HEX triplet: BC, 1A and CE. RGB value is (188,26,206). Sum of RGB (Red+Green+Blue) = 188+26+206=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 26 (10.55% from 255 or 6.19% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC1ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1ACE is #43E531. Grayscale: #5E5E5E. Windows color (decimal): -4449586 or 13507260. OLE color: 13507260.

HSL color Cylindrical-coordinate representation of color #BC1ACE: hue angle of 294º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC1ACE is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 26 206 -
CMYK 0.09 0.87 0 0.19
HSL 294º 0.78% 0.45% -
HSV(B) 294º 0.87% 0.81% -
XYZ 32.25 15.89 59.76 -
YUV 94.96 190.67 194.36 -
System Red Green Blue C M Y K H S L
Decimal 188 26 206 0.09 0.87 0 0.19 294 0.78 0.45
Hex BC 1A CE 9 57 0 13 126 4E 2D
Octal 274 32 316 11 127 0 23 446 116 55
Binary 10111100 11010 11001110 1001 1010111 0 10011 100100110 1001110 101101

Color Harmonies of #BC1ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1ACE

Black with #BC1ACE

Text Example


Text Example

White with #BC1ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1ACE; }

 p { color: rgb(188,26,206); }

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

background-color css

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

 a { background-color: rgb(188,26,206); }

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

border-color css

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

 span { border-color: rgb(188,26,206); }

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