Html Css Color HEX #BC1AC5 Deep Magenta

📋 copy color: '#BC1AC5'

red 188 ◦ green 26 ◦ blue 197

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

Shades of Deep Magenta #BC1AC5

Tints of Deep Magenta #BC1AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 47.93%

R = 45.74%
G = 6.33%
B = 47.93%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BC1AC5 (or 0xBC1AC5) is known color: Deep Magenta. HEX triplet: BC, 1A and C5. RGB value is (188,26,197). Sum of RGB (Red+Green+Blue) = 188+26+197=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 26 (10.55% from 255 or 6.33% from 411); Blue value is 197 (77.34% from 255 or 47.93% from 411); Max value from RGB is 197 - color contains mainly: blue. Hex color #BC1AC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1AC5 is #43E53A. Grayscale: #5D5D5D. Windows color (decimal): -4449595 or 12917436. OLE color: 12917436.

HSL color Cylindrical-coordinate representation of color #BC1AC5: hue angle of 296.84º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC1AC5 is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 26 197 -
CMYK 0.05 0.87 0 0.23
HSL 296.84º 0.77% 0.44% -
HSV(B) 296.84º 0.87% 0.77% -
XYZ 31.19 15.46 54.16 -
YUV 93.93 186.17 195.1 -
System Red Green Blue C M Y K H S L
Decimal 188 26 197 0.05 0.87 0 0.23 296.84 0.77 0.44
Hex BC 1A C5 5 57 0 17 129 4D 2C
Octal 274 32 305 5 127 0 27 451 115 54
Binary 10111100 11010 11000101 101 1010111 0 10111 100101001 1001101 101100

Color Harmonies of #BC1AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1AC5

Black with #BC1AC5

Text Example


Text Example

White with #BC1AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1AC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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