#BD328C

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

Shades of Medium Red Violet #BD328C

Tints of Medium Red Violet #BD328C

Color information

#BD328C (or 0xBD328C) is unknown color: approx Medium Red Violet. HEX triplet: BD, 32 and 8C. RGB value is (189,50,140). Sum of RGB (Red+Green+Blue) = 189+50+140=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 50 (19.92% from 255 or 13.19% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD328C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD328C is #42CD73. Grayscale: #656565. Windows color (decimal): -4377972 or 9188029. OLE color: 9188029.

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

Color convert

RGB18950140-
CMYK00.740.260.26
HSL321.15º58.16%46.86%-
HSV(B)321.15º73.54%74.12%-
XYZ26.8614.9926.29-
YUV101.82149.55190.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.87%
GREEN value IS 50 (19.92% from 255) = 13.19%
BLUE value IS 140 (55.08% from 255) = 36.94%
R=49.87%
G=13.19%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1895014000.740.260.26321.1558.1646.86
HexBD328C04A1A1A1413a2f
Octal27562214011232325017257
Binary1011110111001010001100010010101101011010101000001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD328C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD328C; }

 p { color: rgb(189,50,140); }

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

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

 a { background-color: rgb(189,50,140); }

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

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

 span { border-color: rgb(189,50,140); }

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