#BF9BA7

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

Shades of Viola #BF9BA7

Tints of Viola #BF9BA7

Color information

#BF9BA7 (or 0xBF9BA7) is unknown color: approx Viola. HEX triplet: BF, 9B and A7. RGB value is (191,155,167). Sum of RGB (Red+Green+Blue) = 191+155+167=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 155 (60.94% from 255 or 30.21% from 513); Blue value is 167 (65.62% from 255 or 32.55% from 513); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9BA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9BA7 is #406458. Grayscale: #A7A7A7. Windows color (decimal): -4219993 or 10984383. OLE color: 10984383.

HSL color Cylindrical-coordinate representation of color #BF9BA7: hue angle of 340º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BF9BA7 is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB191155167-
CMYK00.190.130.25
HSL340º21.95%67.84%-
HSV(B)340º18.85%74.9%-
XYZ40.1837.3141.64-
YUV167.13127.93145.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.23%
GREEN value IS 155 (60.94% from 255) = 30.21%
BLUE value IS 167 (65.62% from 255) = 32.55%
R=37.23%
G=30.21%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115516700.190.130.2534021.9567.84
HexBF9BA7013D191541644
Octal277233247023153152426104
Binary101111111001101110100111010011110111001101010100101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9BA7; }

 p { color: rgb(191,155,167); }

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

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

 a { background-color: rgb(191,155,167); }

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

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

 span { border-color: rgb(191,155,167); }

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