#BF387F

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

Shades of Medium Red Violet #BF387F

Tints of Medium Red Violet #BF387F

Color information

#BF387F (or 0xBF387F) is unknown color: approx Medium Red Violet. HEX triplet: BF, 38 and 7F. RGB value is (191,56,127). Sum of RGB (Red+Green+Blue) = 191+56+127=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 56 (22.27% from 255 or 14.97% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF387F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF387F is #40C780. Grayscale: #686868. Windows color (decimal): -4245377 or 8337599. OLE color: 8337599.

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

Color convert

RGB19156127-
CMYK00.710.340.25
HSL328.44º54.66%48.43%-
HSV(B)328.44º70.68%74.9%-
XYZ26.7315.4421.65-
YUV104.46140.73189.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.07%
GREEN value IS 56 (22.27% from 255) = 14.97%
BLUE value IS 127 (50% from 255) = 33.96%
R=51.07%
G=14.97%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915612700.710.340.25328.4454.6648.43
HexBF387F04722191483730
Octal27770177010742315106760
Binary1011111111100011111110100011110001011001101001000110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF387F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF387F; }

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

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

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

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

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

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

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

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