#BF387E

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

Shades of Medium Red Violet #BF387E

Tints of Medium Red Violet #BF387E

Color information

#BF387E (or 0xBF387E) is unknown color: approx Medium Red Violet. HEX triplet: BF, 38 and 7E. RGB value is (191,56,126). Sum of RGB (Red+Green+Blue) = 191+56+126=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 56 (22.27% from 255 or 15.01% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BF387E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF387E is #40C781. Grayscale: #686868. Windows color (decimal): -4245378 or 8272063. OLE color: 8272063.

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

Color convert

RGB19156126-
CMYK00.710.340.25
HSL328.89º54.66%48.43%-
HSV(B)328.89º70.68%74.9%-
XYZ26.6715.4121.31-
YUV104.34140.23189.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.21%
GREEN value IS 56 (22.27% from 255) = 15.01%
BLUE value IS 126 (49.61% from 255) = 33.78%
R=51.21%
G=15.01%
B=33.78%

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
Decimal1915612600.710.340.25328.8954.6648.43
HexBF387E04722191493730
Octal27770176010742315116760
Binary1011111111100011111100100011110001011001101001001110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF387E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF387E; }

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

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

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

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

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

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

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

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