#BC3D91

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

Shades of Medium Red Violet #BC3D91

Tints of Medium Red Violet #BC3D91

Color information

#BC3D91 (or 0xBC3D91) is unknown color: approx Medium Red Violet. HEX triplet: BC, 3D and 91. RGB value is (188,61,145). Sum of RGB (Red+Green+Blue) = 188+61+145=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 61 (24.22% from 255 or 15.48% from 394); Blue value is 145 (57.03% from 255 or 36.80% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3D91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3D91 is #43C26E. Grayscale: #6C6C6C. Windows color (decimal): -4440687 or 9518524. OLE color: 9518524.

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

Color convert

RGB18861145-
CMYK00.680.230.26
HSL320.31º51%48.82%-
HSV(B)320.31º67.55%73.73%-
XYZ27.5216.0728.44-
YUV108.55148.58184.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.72%
GREEN value IS 61 (24.22% from 255) = 15.48%
BLUE value IS 145 (57.03% from 255) = 36.80%
R=47.72%
G=15.48%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886114500.680.230.26320.315148.82
HexBC3D91044171A1403331
Octal27475221010427325006361
Binary1011110011110110010001010001001011111010101000000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3D91; }

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

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

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

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

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

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

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

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