#BF8497

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

Shades of Viola #BF8497

Tints of Viola #BF8497

Color information

#BF8497 (or 0xBF8497) is unknown color: approx Viola. HEX triplet: BF, 84 and 97. RGB value is (191,132,151). Sum of RGB (Red+Green+Blue) = 191+132+151=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 132 (51.95% from 255 or 27.85% from 474); Blue value is 151 (59.38% from 255 or 31.86% from 474); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8497 is #407B68. Grayscale: #979797. Windows color (decimal): -4225897 or 9929919. OLE color: 9929919.

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

Color convert

RGB191132151-
CMYK00.310.210.25
HSL340.68º31.55%63.33%-
HSV(B)340.68º30.89%74.9%-
XYZ35.3229.8133.17-
YUV151.81127.55155.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.30%
GREEN value IS 132 (51.95% from 255) = 27.85%
BLUE value IS 151 (59.38% from 255) = 31.86%
R=40.30%
G=27.85%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113215100.310.210.25340.6831.5563.33
HexBF849701F1519155203f
Octal27720422703725315254077
Binary1011111110000100100101110111111010111001101010101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8497; }

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

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

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

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

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

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

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

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