#BF909F

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

Shades of Viola #BF909F

Tints of Viola #BF909F

Color information

#BF909F (or 0xBF909F) is unknown color: approx Viola. HEX triplet: BF, 90 and 9F. RGB value is (191,144,159). Sum of RGB (Red+Green+Blue) = 191+144+159=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 191 - color contains mainly: red. Hex color #BF909F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF909F is #406F60. Grayscale: #9F9F9F. Windows color (decimal): -4222817 or 10457279. OLE color: 10457279.

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

Color convert

RGB191144159-
CMYK00.250.170.25
HSL340.85º26.86%65.69%-
HSV(B)340.85º24.61%74.9%-
XYZ37.7233.5337.28-
YUV159.76127.57150.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.66%
GREEN value IS 144 (56.64% from 255) = 29.15%
BLUE value IS 159 (62.5% from 255) = 32.19%
R=38.66%
G=29.15%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114415900.250.170.25340.8526.8665.69
HexBF909F01911191551b42
Octal277220237031213152533102
Binary1011111110010000100111110110011000111001101010101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF909F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF909F; }

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

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

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

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

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

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

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

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