#BF8D9C

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

Shades of Viola #BF8D9C

Tints of Viola #BF8D9C

Color information

#BF8D9C (or 0xBF8D9C) is unknown color: approx Viola. HEX triplet: BF, 8D and 9C. RGB value is (191,141,156). Sum of RGB (Red+Green+Blue) = 191+141+156=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 156 (61.33% from 255 or 31.97% from 488); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8D9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8D9C is #407263. Grayscale: #9D9D9D. Windows color (decimal): -4223588 or 10259903. OLE color: 10259903.

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

Color convert

RGB191141156-
CMYK00.260.180.25
HSL342º28.09%65.1%-
HSV(B)342º26.18%74.9%-
XYZ37.0132.5335.78-
YUV157.66127.06151.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.14%
GREEN value IS 141 (55.47% from 255) = 28.89%
BLUE value IS 156 (61.33% from 255) = 31.97%
R=39.14%
G=28.89%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114115600.260.180.2534228.0965.1
HexBF8D9C01A12191561c41
Octal277215234032223152634101
Binary1011111110001101100111000110101001011001101010110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8D9C; }

 p { color: rgb(191,141,156); }

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

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

 a { background-color: rgb(191,141,156); }

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

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

 span { border-color: rgb(191,141,156); }

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