#BC329A

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

Shades of Medium Red Violet #BC329A

Tints of Medium Red Violet #BC329A

Color information

#BC329A (or 0xBC329A) is unknown color: approx Medium Red Violet. HEX triplet: BC, 32 and 9A. RGB value is (188,50,154). Sum of RGB (Red+Green+Blue) = 188+50+154=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 50 (19.92% from 255 or 12.76% from 392); Blue value is 154 (60.55% from 255 or 39.29% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC329A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC329A is #43CD65. Grayscale: #666666. Windows color (decimal): -4443494 or 10105532. OLE color: 10105532.

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

Color convert

RGB18850154-
CMYK00.730.180.26
HSL314.78º57.98%46.67%-
HSV(B)314.78º73.4%73.73%-
XYZ27.7115.3132.07-
YUV103.12156.72188.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.96%
GREEN value IS 50 (19.92% from 255) = 12.76%
BLUE value IS 154 (60.55% from 255) = 39.29%
R=47.96%
G=12.76%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1885015400.730.180.26314.7857.9846.67
HexBC329A049121A13b3a2f
Octal27462232011122324737257
Binary1011110011001010011010010010011001011010100111011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC329A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC329A; }

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

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

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

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

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

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

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

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