#BF168C

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

Shades of Medium Violet Red #BF168C

Tints of Medium Violet Red #BF168C

Color information

#BF168C (or 0xBF168C) is unknown color: approx Medium Violet Red. HEX triplet: BF, 16 and 8C. RGB value is (191,22,140). Sum of RGB (Red+Green+Blue) = 191+22+140=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 22 (8.98% from 255 or 6.23% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF168C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF168C is #40E973. Grayscale: #555555. Windows color (decimal): -4254068 or 9180863. OLE color: 9180863.

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

Color convert

RGB19122140-
CMYK00.880.270.25
HSL318.11º79.34%41.76%-
HSV(B)318.11º88.48%74.9%-
XYZ26.5113.5426.03-
YUV85.98158.49202.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.11%
GREEN value IS 22 (8.98% from 255) = 6.23%
BLUE value IS 140 (55.08% from 255) = 39.66%
R=54.11%
G=6.23%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1912214000.880.270.25318.1179.3441.76
HexBF168C0581B1913e4f2a
Octal277262140130333147611752
Binary1011111110110100011000101100011011110011001111101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF168C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF168C; }

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

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

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

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

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

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

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

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