#BF166A

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

Shades of Medium Violet Red #BF166A

Tints of Medium Violet Red #BF166A

Color information

#BF166A (or 0xBF166A) is unknown color: approx Medium Violet Red. HEX triplet: BF, 16 and 6A. RGB value is (191,22,106). Sum of RGB (Red+Green+Blue) = 191+22+106=319 (42% of max value = 765). Red value is 191 (75% from 255 or 59.87% from 319); Green value is 22 (8.98% from 255 or 6.90% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 191 - color contains mainly: red. Hex color #BF166A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF166A is #40E995. Grayscale: #515151. Windows color (decimal): -4254102 or 6952639. OLE color: 6952639.

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

Color convert

RGB19122106-
CMYK00.880.450.25
HSL330.18º79.34%41.76%-
HSV(B)330.18º88.48%74.9%-
XYZ24.3712.6914.8-
YUV82.11141.49205.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 59.87%
GREEN value IS 22 (8.98% from 255) = 6.90%
BLUE value IS 106 (41.80% from 255) = 33.23%
R=59.87%
G=6.90%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1912210600.880.450.25330.1879.3441.76
HexBF166A0582D1914a4f2a
Octal277261520130553151211752
Binary1011111110110110101001011000101101110011010010101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF166A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF166A; }

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

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

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

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

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

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

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

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