#BF94A6

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

Shades of Viola #BF94A6

Tints of Viola #BF94A6

Color information

#BF94A6 (or 0xBF94A6) is unknown color: approx Viola. HEX triplet: BF, 94 and A6. RGB value is (191,148,166). Sum of RGB (Red+Green+Blue) = 191+148+166=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 166 (65.23% from 255 or 32.87% from 505); Max value from RGB is 191 - color contains mainly: red. Hex color #BF94A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF94A6 is #406B59. Grayscale: #A2A2A2. Windows color (decimal): -4221786 or 10917055. OLE color: 10917055.

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

Color convert

RGB191148166-
CMYK00.230.130.25
HSL334.88º25.15%66.47%-
HSV(B)334.88º22.51%74.9%-
XYZ38.9635.0140.78-
YUV162.91129.75148.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.82%
GREEN value IS 148 (58.20% from 255) = 29.31%
BLUE value IS 166 (65.23% from 255) = 32.87%
R=37.82%
G=29.31%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114816600.230.130.25334.8825.1566.47
HexBF94A6017D1914f1942
Octal277224246027153151731102
Binary101111111001010010100110010111110111001101001111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF94A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF94A6; }

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

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

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

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

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

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

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

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