#BC3D7B

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

Shades of Medium Red Violet #BC3D7B

Tints of Medium Red Violet #BC3D7B

Color information

#BC3D7B (or 0xBC3D7B) is unknown color: approx Medium Red Violet. HEX triplet: BC, 3D and 7B. RGB value is (188,61,123). Sum of RGB (Red+Green+Blue) = 188+61+123=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 61 (24.22% from 255 or 16.40% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3D7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3D7B is #43C284. Grayscale: #696969. Windows color (decimal): -4440709 or 8076732. OLE color: 8076732.

HSL color Cylindrical-coordinate representation of color #BC3D7B: hue angle of 330.71º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC3D7B is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB18861123-
CMYK00.680.350.26
HSL330.71º51%48.82%-
HSV(B)330.71º67.55%73.73%-
XYZ25.9815.4620.35-
YUV106.04137.58186.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.54%
GREEN value IS 61 (24.22% from 255) = 16.40%
BLUE value IS 123 (48.44% from 255) = 33.06%
R=50.54%
G=16.40%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886112300.680.350.26330.715148.82
HexBC3D7B044231A14b3331
Octal27475173010443325136361
Binary1011110011110111110110100010010001111010101001011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3D7B; }

 p { color: rgb(188,61,123); }

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

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

 a { background-color: rgb(188,61,123); }

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

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

 span { border-color: rgb(188,61,123); }

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