#BC3D9F

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

Shades of Medium Red Violet #BC3D9F

Tints of Medium Red Violet #BC3D9F

Color information

#BC3D9F (or 0xBC3D9F) is unknown color: approx Medium Red Violet. HEX triplet: BC, 3D and 9F. RGB value is (188,61,159). Sum of RGB (Red+Green+Blue) = 188+61+159=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 61 (24.22% from 255 or 14.95% from 408); Blue value is 159 (62.5% from 255 or 38.97% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3D9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3D9F is #43C260. Grayscale: #6D6D6D. Windows color (decimal): -4440673 or 10436028. OLE color: 10436028.

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

Color convert

RGB18861159-
CMYK00.680.150.26
HSL313.7º51%48.82%-
HSV(B)313.7º67.55%73.73%-
XYZ28.6716.5334.48-
YUV110.14155.58183.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.08%
GREEN value IS 61 (24.22% from 255) = 14.95%
BLUE value IS 159 (62.5% from 255) = 38.97%
R=46.08%
G=14.95%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886115900.680.150.26313.75148.82
HexBC3D9F044F1A13a3331
Octal27475237010417324726361
Binary101111001111011001111101000100111111010100111010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3D9F; }

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

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

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

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

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

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

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

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