#BF1C79

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

Shades of Medium Violet Red #BF1C79

Tints of Medium Violet Red #BF1C79

Color information

#BF1C79 (or 0xBF1C79) is unknown color: approx Medium Violet Red. HEX triplet: BF, 1C and 79. RGB value is (191,28,121). Sum of RGB (Red+Green+Blue) = 191+28+121=340 (45% of max value = 765). Red value is 191 (75% from 255 or 56.18% from 340); Green value is 28 (11.33% from 255 or 8.24% from 340); Blue value is 121 (47.66% from 255 or 35.59% from 340); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1C79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF1C79 is #40E386. Grayscale: #575757. Windows color (decimal): -4252551 or 7937215. OLE color: 7937215.

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

Color convert

RGB19128121-
CMYK00.850.370.25
HSL325.77º74.43%42.94%-
HSV(B)325.77º85.34%74.9%-
XYZ25.3513.2919.32-
YUV87.34147201.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.18%
GREEN value IS 28 (11.33% from 255) = 8.24%
BLUE value IS 121 (47.66% from 255) = 35.59%
R=56.18%
G=8.24%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1912812100.850.370.25325.7774.4342.94
HexBF1C7905525191464a2b
Octal277341710125453150611253
Binary1011111111100111100101010101100101110011010001101001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1C79; }

 p { color: rgb(191,28,121); }

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

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

 a { background-color: rgb(191,28,121); }

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

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

 span { border-color: rgb(191,28,121); }

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