#BC19A4

Color #BC19A4 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #BC19A4

Tints of Medium Violet Red #BC19A4

Color information

#BC19A4 (or 0xBC19A4) is unknown color: approx Medium Violet Red. HEX triplet: BC, 19 and A4. RGB value is (188,25,164). Sum of RGB (Red+Green+Blue) = 188+25+164=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 25 (10.16% from 255 or 6.63% from 377); Blue value is 164 (64.45% from 255 or 43.50% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC19A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC19A4 is #43E65B. Grayscale: #595959. Windows color (decimal): -4449884 or 10754492. OLE color: 10754492.

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

Color convert

RGB18825164-
CMYK00.870.130.26
HSL308.83º76.53%41.76%-
HSV(B)308.83º86.7%73.73%-
XYZ27.7914.0736.37-
YUV89.58170198.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.87%
GREEN value IS 25 (10.16% from 255) = 6.63%
BLUE value IS 164 (64.45% from 255) = 43.50%
R=49.87%
G=6.63%
B=43.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1882516400.870.130.26308.8376.5341.76
HexBC19A4057D1A1354d2a
Octal274312440127153246511552
Binary101111001100110100100010101111101110101001101011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC19A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC19A4; }

 p { color: rgb(188,25,164); }

 H1.HeaderClassName
 {
   color: #BC19A4;
 }
 .AnyTagClassName
 {
   color: #BC19A4;
 }
</style>
background-color css

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

 a { background-color: rgb(188,25,164); }

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

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

 span { border-color: rgb(188,25,164); }

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