#BF16A7

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

Shades of Medium Violet Red #BF16A7

Tints of Medium Violet Red #BF16A7

Color information

#BF16A7 (or 0xBF16A7) is unknown color: approx Medium Violet Red. HEX triplet: BF, 16 and A7. RGB value is (191,22,167). Sum of RGB (Red+Green+Blue) = 191+22+167=380 (50% of max value = 765). Red value is 191 (75% from 255 or 50.26% from 380); Green value is 22 (8.98% from 255 or 5.79% from 380); Blue value is 167 (65.62% from 255 or 43.95% from 380); Max value from RGB is 191 - color contains mainly: red. Hex color #BF16A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF16A7 is #40E958. Grayscale: #585858. Windows color (decimal): -4254041 or 10950335. OLE color: 10950335.

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

Color convert

RGB19122167-
CMYK00.880.130.25
HSL308.52º79.34%41.76%-
HSV(B)308.52º88.48%74.9%-
XYZ28.7514.4437.83-
YUV89.06171.99200.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.26%
GREEN value IS 22 (8.98% from 255) = 5.79%
BLUE value IS 167 (65.62% from 255) = 43.95%
R=50.26%
G=5.79%
B=43.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1912216700.880.130.25308.5279.3441.76
HexBF16A7058D191354f2a
Octal277262470130153146511752
Binary101111111011010100111010110001101110011001101011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF16A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF16A7; }

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

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

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

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

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

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

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

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