#BF979F

Color #BF979F Viola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viola #BF979F

Tints of Viola #BF979F

Color information

#BF979F (or 0xBF979F) is unknown color: approx Viola. HEX triplet: BF, 97 and 9F. RGB value is (191,151,159). Sum of RGB (Red+Green+Blue) = 191+151+159=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 159 (62.5% from 255 or 31.74% from 501); Max value from RGB is 191 - color contains mainly: red. Hex color #BF979F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF979F is #406860. Grayscale: #A3A3A3. Windows color (decimal): -4221025 or 10459071. OLE color: 10459071.

HSL color Cylindrical-coordinate representation of color #BF979F: hue angle of 348º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BF979F is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB191151159-
CMYK00.210.170.25
HSL348º23.81%67.06%-
HSV(B)348º20.94%74.9%-
XYZ38.8135.7137.65-
YUV163.87125.25147.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.12%
GREEN value IS 151 (59.38% from 255) = 30.14%
BLUE value IS 159 (62.5% from 255) = 31.74%
R=38.12%
G=30.14%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115115900.210.170.2534823.8167.06
HexBF979F015111915c1843
Octal277227237025213153430103
Binary1011111110010111100111110101011000111001101011100110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF979F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF979F; }

 p { color: rgb(191,151,159); }

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

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

 a { background-color: rgb(191,151,159); }

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

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

 span { border-color: rgb(191,151,159); }

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