#bf1189

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

Shades of Medium Violet Red #BF1189

Tints of Medium Violet Red #BF1189

Color information

#BF1189 (or 0xBF1189) is unknown color: approx Medium Violet Red. HEX triplet: BF, 11 and 89. RGB value is (191,17,137). Sum of RGB (Red+Green+Blue) = 191+17+137=345 (45% of max value = 765). Red value is 191 (75% from 255 or 55.36% from 345); Green value is 17 (7.03% from 255 or 4.93% from 345); Blue value is 137 (53.91% from 255 or 39.71% from 345); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1189 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1189 is #40EE76. Grayscale: #525252. Windows color (decimal): -4255351 or 8982975. OLE color: 8982975.

HSL color Cylindrical-coordinate representation of color #BF1189: hue angle of 318.62º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF1189 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB19117137-
CMYK00.910.280.25
HSL318.62º83.65%40.78%-
HSV(B)318.62º91.1%74.9%-
XYZ26.213.2824.85-
YUV82.71158.65205.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.36%
GREEN value IS 17 (7.03% from 255) = 4.93%
BLUE value IS 137 (53.91% from 255) = 39.71%
R=55.36%
G=4.93%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911713700.910.280.25318.6283.6540.78
HexBF118905B1C1913f5429
Octal277212110133343147712451
Binary1011111110001100010010101101111100110011001111111010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf1189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf1189; }

 p { color: rgb(191,17,137); }

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

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

 a { background-color: rgb(191,17,137); }

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

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

 span { border-color: rgb(191,17,137); }

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