#BF899F

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

Shades of Viola #BF899F

Tints of Viola #BF899F

Color information

#BF899F (or 0xBF899F) is unknown color: approx Viola. HEX triplet: BF, 89 and 9F. RGB value is (191,137,159). Sum of RGB (Red+Green+Blue) = 191+137+159=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 137 (53.91% from 255 or 28.13% from 487); Blue value is 159 (62.5% from 255 or 32.65% from 487); Max value from RGB is 191 - color contains mainly: red. Hex color #BF899F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF899F is #407660. Grayscale: #9B9B9B. Windows color (decimal): -4224609 or 10455487. OLE color: 10455487.

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

Color convert

RGB191137159-
CMYK00.280.170.25
HSL335.56º29.67%64.31%-
HSV(B)335.56º28.27%74.9%-
XYZ36.6931.4736.94-
YUV155.65129.89153.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.22%
GREEN value IS 137 (53.91% from 255) = 28.13%
BLUE value IS 159 (62.5% from 255) = 32.65%
R=39.22%
G=28.13%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113715900.280.170.25335.5629.6764.31
HexBF899F01C11191501e40
Octal277211237034213152036100
Binary1011111110001001100111110111001000111001101010000111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF899F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF899F; }

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

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

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

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

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

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

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

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