#BF8B97

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

Shades of Viola #BF8B97

Tints of Viola #BF8B97

Color information

#BF8B97 (or 0xBF8B97) is unknown color: approx Viola. HEX triplet: BF, 8B and 97. RGB value is (191,139,151). Sum of RGB (Red+Green+Blue) = 191+139+151=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 139 (54.69% from 255 or 28.90% from 481); Blue value is 151 (59.38% from 255 or 31.39% from 481); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8B97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8B97 is #407468. Grayscale: #9B9B9B. Windows color (decimal): -4224105 or 9931711. OLE color: 9931711.

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

Color convert

RGB191139151-
CMYK00.270.210.25
HSL346.15º28.89%64.71%-
HSV(B)346.15º27.23%74.9%-
XYZ36.331.7833.5-
YUV155.92125.23153.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.71%
GREEN value IS 139 (54.69% from 255) = 28.90%
BLUE value IS 151 (59.38% from 255) = 31.39%
R=39.71%
G=28.90%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113915100.270.210.25346.1528.8964.71
HexBF8B9701B151915a1d41
Octal277213227033253153235101
Binary1011111110001011100101110110111010111001101011010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8B97; }

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

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

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

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

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

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

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

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