#BC328B

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

Shades of Medium Red Violet #BC328B

Tints of Medium Red Violet #BC328B

Color information

#BC328B (or 0xBC328B) is unknown color: approx Medium Red Violet. HEX triplet: BC, 32 and 8B. RGB value is (188,50,139). Sum of RGB (Red+Green+Blue) = 188+50+139=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 50 (19.92% from 255 or 13.26% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC328B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC328B is #43CD74. Grayscale: #656565. Windows color (decimal): -4443509 or 9122492. OLE color: 9122492.

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

Color convert

RGB18850139-
CMYK00.730.260.26
HSL321.3º57.98%46.67%-
HSV(B)321.3º73.4%73.73%-
XYZ26.5414.8425.89-
YUV101.41149.22189.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.87%
GREEN value IS 50 (19.92% from 255) = 13.26%
BLUE value IS 139 (54.69% from 255) = 36.87%
R=49.87%
G=13.26%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1885013900.730.260.26321.357.9846.67
HexBC328B0491A1A1413a2f
Octal27462213011132325017257
Binary1011110011001010001011010010011101011010101000001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC328B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC328B; }

 p { color: rgb(188,50,139); }

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

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

 a { background-color: rgb(188,50,139); }

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

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

 span { border-color: rgb(188,50,139); }

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