#BC3C7A

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

Shades of Medium Red Violet #BC3C7A

Tints of Medium Red Violet #BC3C7A

Color information

#BC3C7A (or 0xBC3C7A) is unknown color: approx Medium Red Violet. HEX triplet: BC, 3C and 7A. RGB value is (188,60,122). Sum of RGB (Red+Green+Blue) = 188+60+122=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 60 (23.83% from 255 or 16.22% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3C7A is #43C385. Grayscale: #696969. Windows color (decimal): -4440966 or 8010940. OLE color: 8010940.

HSL color Cylindrical-coordinate representation of color #BC3C7A: hue angle of 330.94º degrees, saturation: 0.52, 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 #BC3C7A is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB18860122-
CMYK00.680.350.26
HSL330.94º51.61%48.63%-
HSV(B)330.94º68.09%73.73%-
XYZ25.8715.3320.01-
YUV105.34137.41186.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.81%
GREEN value IS 60 (23.83% from 255) = 16.22%
BLUE value IS 122 (48.05% from 255) = 32.97%
R=50.81%
G=16.22%
B=32.97%

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
Decimal1886012200.680.350.26330.9451.6148.63
HexBC3C7A044231A14b3431
Octal27474172010443325136461
Binary1011110011110011110100100010010001111010101001011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3C7A; }

 p { color: rgb(188,60,122); }

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

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

 a { background-color: rgb(188,60,122); }

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

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

 span { border-color: rgb(188,60,122); }

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