#BF397C

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

Shades of Medium Red Violet #BF397C

Tints of Medium Red Violet #BF397C

Color information

#BF397C (or 0xBF397C) is unknown color: approx Medium Red Violet. HEX triplet: BF, 39 and 7C. RGB value is (191,57,124). Sum of RGB (Red+Green+Blue) = 191+57+124=372 (49% of max value = 765). Red value is 191 (75% from 255 or 51.34% from 372); Green value is 57 (22.66% from 255 or 15.32% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 191 - color contains mainly: red. Hex color #BF397C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF397C is #40C683. Grayscale: #686868. Windows color (decimal): -4245124 or 8141247. OLE color: 8141247.

HSL color Cylindrical-coordinate representation of color #BF397C: hue angle of 330º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF397C is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB19157124-
CMYK00.700.350.25
HSL330º54.03%48.63%-
HSV(B)330º70.16%74.9%-
XYZ26.5915.4620.65-
YUV104.7138.89189.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.34%
GREEN value IS 57 (22.66% from 255) = 15.32%
BLUE value IS 124 (48.83% from 255) = 33.33%
R=51.34%
G=15.32%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915712400.700.350.2533054.0348.63
HexBF397C046231914a3631
Octal27771174010643315126661
Binary1011111111100111111000100011010001111001101001010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF397C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF397C; }

 p { color: rgb(191,57,124); }

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

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

 a { background-color: rgb(191,57,124); }

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

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

 span { border-color: rgb(191,57,124); }

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