#BF3176

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

Shades of Medium Red Violet #BF3176

Tints of Medium Red Violet #BF3176

Color information

#BF3176 (or 0xBF3176) is unknown color: approx Medium Red Violet. HEX triplet: BF, 31 and 76. RGB value is (191,49,118). Sum of RGB (Red+Green+Blue) = 191+49+118=358 (47% of max value = 765). Red value is 191 (75% from 255 or 53.35% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 118 (46.48% from 255 or 32.96% from 358); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3176 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3176 is #40CE89. Grayscale: #636363. Windows color (decimal): -4247178 or 7745983. OLE color: 7745983.

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

Color convert

RGB19149118-
CMYK00.740.380.25
HSL330.85º59.17%47.06%-
HSV(B)330.85º74.35%74.9%-
XYZ25.8514.5818.59-
YUV99.32138.54193.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.35%
GREEN value IS 49 (19.53% from 255) = 13.69%
BLUE value IS 118 (46.48% from 255) = 32.96%
R=53.35%
G=13.69%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1914911800.740.380.25330.8559.1747.06
HexBF317604A261914b3b2f
Octal27761166011246315137357
Binary1011111111000111101100100101010011011001101001011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3176; }

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

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

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

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

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

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

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

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