#BF316E

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

Shades of Medium Red Violet #BF316E

Tints of Medium Red Violet #BF316E

Color information

#BF316E (or 0xBF316E) is unknown color: approx Medium Red Violet. HEX triplet: BF, 31 and 6E. RGB value is (191,49,110). Sum of RGB (Red+Green+Blue) = 191+49+110=350 (46% of max value = 765). Red value is 191 (75% from 255 or 54.57% from 350); Green value is 49 (19.53% from 255 or 14% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 191 - color contains mainly: red. Hex color #BF316E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF316E is #40CE91. Grayscale: #626262. Windows color (decimal): -4247186 or 7221695. OLE color: 7221695.

HSL color Cylindrical-coordinate representation of color #BF316E: hue angle of 334.23º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF316E is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB19149110-
CMYK00.740.420.25
HSL334.23º59.17%47.06%-
HSV(B)334.23º74.35%74.9%-
XYZ25.414.416.19-
YUV98.41134.54194.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.57%
GREEN value IS 49 (19.53% from 255) = 14%
BLUE value IS 110 (43.36% from 255) = 31.43%
R=54.57%
G=14%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1914911000.740.420.25334.2359.1747.06
HexBF316E04A2A1914e3b2f
Octal27761156011252315167357
Binary1011111111000111011100100101010101011001101001110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF316E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF316E; }

 p { color: rgb(191,49,110); }

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

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

 a { background-color: rgb(191,49,110); }

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

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

 span { border-color: rgb(191,49,110); }

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