#BC20A4

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

Shades of Medium Violet Red #BC20A4

Tints of Medium Violet Red #BC20A4

Color information

#BC20A4 (or 0xBC20A4) is unknown color: approx Medium Violet Red. HEX triplet: BC, 20 and A4. RGB value is (188,32,164). Sum of RGB (Red+Green+Blue) = 188+32+164=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 32 (12.89% from 255 or 8.33% from 384); Blue value is 164 (64.45% from 255 or 42.71% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC20A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC20A4 is #43DF5B. Grayscale: #5D5D5D. Windows color (decimal): -4448092 or 10756284. OLE color: 10756284.

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

Color convert

RGB18832164-
CMYK00.830.130.26
HSL309.23º70.91%43.14%-
HSV(B)309.23º82.98%73.73%-
XYZ27.9614.436.43-
YUV93.69167.68195.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.96%
GREEN value IS 32 (12.89% from 255) = 8.33%
BLUE value IS 164 (64.45% from 255) = 42.71%
R=48.96%
G=8.33%
B=42.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1883216400.830.130.26309.2370.9143.14
HexBC20A4053D1A135472b
Octal274402440123153246510753
Binary1011110010000010100100010100111101110101001101011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC20A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC20A4; }

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

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

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

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

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

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

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

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