#BF387B

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

Shades of Medium Red Violet #BF387B

Tints of Medium Red Violet #BF387B

Color information

#BF387B (or 0xBF387B) is unknown color: approx Medium Red Violet. HEX triplet: BF, 38 and 7B. RGB value is (191,56,123). Sum of RGB (Red+Green+Blue) = 191+56+123=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 56 (22.27% from 255 or 15.14% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BF387B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF387B is #40C784. Grayscale: #676767. Windows color (decimal): -4245381 or 8075455. OLE color: 8075455.

HSL color Cylindrical-coordinate representation of color #BF387B: hue angle of 330.22º 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 #BF387B is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB19156123-
CMYK00.710.360.25
HSL330.22º54.66%48.43%-
HSV(B)330.22º70.68%74.9%-
XYZ26.4815.3320.3-
YUV104138.73190.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.62%
GREEN value IS 56 (22.27% from 255) = 15.14%
BLUE value IS 123 (48.44% from 255) = 33.24%
R=51.62%
G=15.14%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915612300.710.360.25330.2254.6648.43
HexBF387B047241914a3730
Octal27770173010744315126760
Binary1011111111100011110110100011110010011001101001010110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF387B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF387B; }

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

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

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

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

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

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

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

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