#BF387C

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

Shades of Medium Red Violet #BF387C

Tints of Medium Red Violet #BF387C

Color information

#BF387C (or 0xBF387C) is unknown color: approx Medium Red Violet. HEX triplet: BF, 38 and 7C. RGB value is (191,56,124). Sum of RGB (Red+Green+Blue) = 191+56+124=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF387C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF387C is #40C783. Grayscale: #676767. Windows color (decimal): -4245380 or 8140991. OLE color: 8140991.

HSL color Cylindrical-coordinate representation of color #BF387C: hue angle of 329.78º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF387C is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB19156124-
CMYK00.710.350.25
HSL329.78º54.66%48.43%-
HSV(B)329.78º70.68%74.9%-
XYZ26.5415.3620.63-
YUV104.12139.23189.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.48%
GREEN value IS 56 (22.27% from 255) = 15.09%
BLUE value IS 124 (48.83% from 255) = 33.42%
R=51.48%
G=15.09%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915612400.710.350.25329.7854.6648.43
HexBF387C047231914a3730
Octal27770174010743315126760
Binary1011111111100011111000100011110001111001101001010110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF387C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF387C; }

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

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

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

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

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

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

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

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