#BF8994

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

Shades of Viola #BF8994

Tints of Viola #BF8994

Color information

#BF8994 (or 0xBF8994) is unknown color: approx Viola. HEX triplet: BF, 89 and 94. RGB value is (191,137,148). Sum of RGB (Red+Green+Blue) = 191+137+148=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8994 is #40766B. Grayscale: #9A9A9A. Windows color (decimal): -4224620 or 9734591. OLE color: 9734591.

HSL color Cylindrical-coordinate representation of color #BF8994: hue angle of 347.78º 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 #BF8994 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB191137148-
CMYK00.280.230.25
HSL347.78º29.67%64.31%-
HSV(B)347.78º28.27%74.9%-
XYZ35.7831.1132.14-
YUV154.4124.39154.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.13%
GREEN value IS 137 (53.91% from 255) = 28.78%
BLUE value IS 148 (58.20% from 255) = 31.09%
R=40.13%
G=28.78%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113714800.280.230.25347.7829.6764.31
HexBF899401C171915c1e40
Octal277211224034273153436100
Binary1011111110001001100101000111001011111001101011100111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8994; }

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

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

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

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

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

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

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

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