#BF969F

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

Shades of Viola #BF969F

Tints of Viola #BF969F

Color information

#BF969F (or 0xBF969F) is unknown color: approx Viola. HEX triplet: BF, 96 and 9F. RGB value is (191,150,159). Sum of RGB (Red+Green+Blue) = 191+150+159=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 159 (62.5% from 255 or 31.8% from 500); Max value from RGB is 191 - color contains mainly: red. Hex color #BF969F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF969F is #406960. Grayscale: #A3A3A3. Windows color (decimal): -4221281 or 10458815. OLE color: 10458815.

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

Color convert

RGB191150159-
CMYK00.210.170.25
HSL346.83º24.26%66.86%-
HSV(B)346.83º21.47%74.9%-
XYZ38.6535.3937.6-
YUV163.28125.58147.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.2%
GREEN value IS 150 (58.98% from 255) = 30%
BLUE value IS 159 (62.5% from 255) = 31.8%
R=38.2%
G=30%
B=31.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115015900.210.170.25346.8324.2666.86
HexBF969F015111915b1843
Octal277226237025213153330103
Binary1011111110010110100111110101011000111001101011011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF969F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF969F; }

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

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

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

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

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

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

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

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