#BC37A0

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

Shades of Medium Red Violet #BC37A0

Tints of Medium Red Violet #BC37A0

Color information

#BC37A0 (or 0xBC37A0) is unknown color: approx Medium Red Violet. HEX triplet: BC, 37 and A0. RGB value is (188,55,160). Sum of RGB (Red+Green+Blue) = 188+55+160=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 55 (21.88% from 255 or 13.65% from 403); Blue value is 160 (62.89% from 255 or 39.70% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC37A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC37A0 is #43C85F. Grayscale: #6A6A6A. Windows color (decimal): -4442208 or 10500028. OLE color: 10500028.

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

Color convert

RGB18855160-
CMYK00.710.150.26
HSL312.63º54.73%47.65%-
HSV(B)312.63º70.74%73.73%-
XYZ28.4515.9634.84-
YUV106.74158.06185.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.65%
GREEN value IS 55 (21.88% from 255) = 13.65%
BLUE value IS 160 (62.89% from 255) = 39.70%
R=46.65%
G=13.65%
B=39.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1885516000.710.150.26312.6354.7347.65
HexBC37A0047F1A1393730
Octal27467240010717324716760
Binary101111001101111010000001000111111111010100111001110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC37A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC37A0; }

 p { color: rgb(188,55,160); }

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

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

 a { background-color: rgb(188,55,160); }

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

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

 span { border-color: rgb(188,55,160); }

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