#BF169A

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

Shades of Medium Violet Red #BF169A

Tints of Medium Violet Red #BF169A

Color information

#BF169A (or 0xBF169A) is unknown color: approx Medium Violet Red. HEX triplet: BF, 16 and 9A. RGB value is (191,22,154). Sum of RGB (Red+Green+Blue) = 191+22+154=367 (48% of max value = 765). Red value is 191 (75% from 255 or 52.04% from 367); Green value is 22 (8.98% from 255 or 5.99% from 367); Blue value is 154 (60.55% from 255 or 41.96% from 367); Max value from RGB is 191 - color contains mainly: red. Hex color #BF169A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF169A is #40E965. Grayscale: #575757. Windows color (decimal): -4254054 or 10098367. OLE color: 10098367.

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

Color convert

RGB19122154-
CMYK00.880.190.25
HSL313.14º79.34%41.76%-
HSV(B)313.14º88.48%74.9%-
XYZ27.6113.9831.82-
YUV87.58165.49201.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.04%
GREEN value IS 22 (8.98% from 255) = 5.99%
BLUE value IS 154 (60.55% from 255) = 41.96%
R=52.04%
G=5.99%
B=41.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1912215400.880.190.25313.1479.3441.76
HexBF169A05813191394f2a
Octal277262320130233147111752
Binary1011111110110100110100101100010011110011001110011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF169A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF169A; }

 p { color: rgb(191,22,154); }

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

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

 a { background-color: rgb(191,22,154); }

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

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

 span { border-color: rgb(191,22,154); }

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