#bc387c

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

Shades of Medium Red Violet #BC387C

Tints of Medium Red Violet #BC387C

Color information

#BC387C (or 0xBC387C) is unknown color: approx Medium Red Violet. HEX triplet: BC, 38 and 7C. RGB value is (188,56,124). Sum of RGB (Red+Green+Blue) = 188+56+124=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 56 (22.27% from 255 or 15.22% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC387C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC387C is #43C783. Grayscale: #676767. Windows color (decimal): -4441988 or 8140988. OLE color: 8140988.

HSL color Cylindrical-coordinate representation of color #BC387C: hue angle of 329.09º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC387C is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB18856124-
CMYK00.700.340.26
HSL329.09º54.1%47.84%-
HSV(B)329.09º70.21%73.73%-
XYZ25.7914.9720.6-
YUV103.22139.73188.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.09%
GREEN value IS 56 (22.27% from 255) = 15.22%
BLUE value IS 124 (48.83% from 255) = 33.70%
R=51.09%
G=15.22%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1885612400.700.340.26329.0954.147.84
HexBC387C046221A1493630
Octal27470174010642325116660
Binary1011110011100011111000100011010001011010101001001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc387c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc387c; }

 p { color: rgb(188,56,124); }

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

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

 a { background-color: rgb(188,56,124); }

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

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

 span { border-color: rgb(188,56,124); }

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