#bf329c

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

Shades of Medium Red Violet #BF329C

Tints of Medium Red Violet #BF329C

Color information

#BF329C (or 0xBF329C) is unknown color: approx Medium Red Violet. HEX triplet: BF, 32 and 9C. RGB value is (191,50,156). Sum of RGB (Red+Green+Blue) = 191+50+156=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 50 (19.92% from 255 or 12.59% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BF329C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF329C is #40CD63. Grayscale: #676767. Windows color (decimal): -4246884 or 10236607. OLE color: 10236607.

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

Color convert

RGB19150156-
CMYK00.740.180.25
HSL314.89º58.51%47.25%-
HSV(B)314.89º73.82%74.9%-
XYZ28.6315.7632.99-
YUV104.24157.21189.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.11%
GREEN value IS 50 (19.92% from 255) = 12.59%
BLUE value IS 156 (61.33% from 255) = 39.29%
R=48.11%
G=12.59%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915015600.740.180.25314.8958.5147.25
HexBF329C04A121913b3b2f
Octal27762234011222314737357
Binary1011111111001010011100010010101001011001100111011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf329c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf329c; }

 p { color: rgb(191,50,156); }

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

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

 a { background-color: rgb(191,50,156); }

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

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

 span { border-color: rgb(191,50,156); }

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