#BC3C7E

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

Shades of Medium Red Violet #BC3C7E

Tints of Medium Red Violet #BC3C7E

Color information

#BC3C7E (or 0xBC3C7E) is unknown color: approx Medium Red Violet. HEX triplet: BC, 3C and 7E. RGB value is (188,60,126). Sum of RGB (Red+Green+Blue) = 188+60+126=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 60 (23.83% from 255 or 16.04% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3C7E is #43C381. Grayscale: #696969. Windows color (decimal): -4440962 or 8273084. OLE color: 8273084.

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

Color convert

RGB18860126-
CMYK00.680.330.26
HSL329.06º51.61%48.63%-
HSV(B)329.06º68.09%73.73%-
XYZ26.1215.4321.34-
YUV105.8139.41186.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.27%
GREEN value IS 60 (23.83% from 255) = 16.04%
BLUE value IS 126 (49.61% from 255) = 33.69%
R=50.27%
G=16.04%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886012600.680.330.26329.0651.6148.63
HexBC3C7E044211A1493431
Octal27474176010441325116461
Binary1011110011110011111100100010010000111010101001001110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3C7E; }

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

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

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

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

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

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

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

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