#BF949E

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

Shades of Viola #BF949E

Tints of Viola #BF949E

Color information

#BF949E (or 0xBF949E) is unknown color: approx Viola. HEX triplet: BF, 94 and 9E. RGB value is (191,148,158). Sum of RGB (Red+Green+Blue) = 191+148+158=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 191 - color contains mainly: red. Hex color #BF949E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF949E is #406B61. Grayscale: #A2A2A2. Windows color (decimal): -4221794 or 10392767. OLE color: 10392767.

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

Color convert

RGB191148158-
CMYK00.230.170.25
HSL346.05º25.15%66.47%-
HSV(B)346.05º22.51%74.9%-
XYZ38.2534.7237.03-
YUV162125.75148.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.43%
GREEN value IS 148 (58.20% from 255) = 29.78%
BLUE value IS 158 (62.11% from 255) = 31.79%
R=38.43%
G=29.78%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114815800.230.170.25346.0525.1566.47
HexBF949E017111915a1942
Octal277224236027213153231102
Binary1011111110010100100111100101111000111001101011010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF949E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF949E; }

 p { color: rgb(191,148,158); }

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

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

 a { background-color: rgb(191,148,158); }

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

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

 span { border-color: rgb(191,148,158); }

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