#BF8996

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

Shades of Viola #BF8996

Tints of Viola #BF8996

Color information

#BF8996 (or 0xBF8996) is unknown color: approx Viola. HEX triplet: BF, 89 and 96. RGB value is (191,137,150). Sum of RGB (Red+Green+Blue) = 191+137+150=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 137 (53.91% from 255 or 28.66% from 478); Blue value is 150 (58.98% from 255 or 31.38% from 478); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8996 is #407669. Grayscale: #9A9A9A. Windows color (decimal): -4224618 or 9865663. OLE color: 9865663.

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

Color convert

RGB191137150-
CMYK00.280.210.25
HSL345.56º29.67%64.31%-
HSV(B)345.56º28.27%74.9%-
XYZ35.9431.1732.98-
YUV154.63125.39153.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.96%
GREEN value IS 137 (53.91% from 255) = 28.66%
BLUE value IS 150 (58.98% from 255) = 31.38%
R=39.96%
G=28.66%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113715000.280.210.25345.5629.6764.31
HexBF899601C151915a1e40
Octal277211226034253153236100
Binary1011111110001001100101100111001010111001101011010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8996; }

 p { color: rgb(191,137,150); }

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

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

 a { background-color: rgb(191,137,150); }

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

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

 span { border-color: rgb(191,137,150); }

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