#BF169E

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

Shades of Medium Violet Red #BF169E

Tints of Medium Violet Red #BF169E

Color information

#BF169E (or 0xBF169E) is unknown color: approx Medium Violet Red. HEX triplet: BF, 16 and 9E. RGB value is (191,22,158). Sum of RGB (Red+Green+Blue) = 191+22+158=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 22 (8.98% from 255 or 5.93% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF169E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF169E is #40E961. Grayscale: #575757. Windows color (decimal): -4254050 or 10360511. OLE color: 10360511.

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

Color convert

RGB19122158-
CMYK00.880.170.25
HSL311.72º79.34%41.76%-
HSV(B)311.72º88.48%74.9%-
XYZ27.9414.1233.6-
YUV88.04167.49201.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.48%
GREEN value IS 22 (8.98% from 255) = 5.93%
BLUE value IS 158 (62.11% from 255) = 42.59%
R=51.48%
G=5.93%
B=42.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1912215800.880.170.25311.7279.3441.76
HexBF169E05811191384f2a
Octal277262360130213147011752
Binary1011111110110100111100101100010001110011001110001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF169E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF169E; }

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

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

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

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

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

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

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

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