#BF9199

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

Shades of Viola #BF9199

Tints of Viola #BF9199

Color information

#BF9199 (or 0xBF9199) is unknown color: approx Viola. HEX triplet: BF, 91 and 99. RGB value is (191,145,153). Sum of RGB (Red+Green+Blue) = 191+145+153=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 145 (57.03% from 255 or 29.65% from 489); Blue value is 153 (60.16% from 255 or 31.29% from 489); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9199 is #406E66. Grayscale: #9F9F9F. Windows color (decimal): -4222567 or 10064319. OLE color: 10064319.

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

Color convert

RGB191145153-
CMYK00.240.200.25
HSL349.57º26.44%65.88%-
HSV(B)349.57º24.08%74.9%-
XYZ37.3633.6334.66-
YUV159.67124.24150.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.06%
GREEN value IS 145 (57.03% from 255) = 29.65%
BLUE value IS 153 (60.16% from 255) = 31.29%
R=39.06%
G=29.65%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114515300.240.200.25349.5726.4465.88
HexBF9199018141915e1a42
Octal277221231030243153632102
Binary1011111110010001100110010110001010011001101011110110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9199; }

 p { color: rgb(191,145,153); }

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

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

 a { background-color: rgb(191,145,153); }

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

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

 span { border-color: rgb(191,145,153); }

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