#BF869F

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

Shades of Viola #BF869F

Tints of Viola #BF869F

Color information

#BF869F (or 0xBF869F) is unknown color: approx Viola. HEX triplet: BF, 86 and 9F. RGB value is (191,134,159). Sum of RGB (Red+Green+Blue) = 191+134+159=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 134 (52.73% from 255 or 27.69% from 484); Blue value is 159 (62.5% from 255 or 32.85% from 484); Max value from RGB is 191 - color contains mainly: red. Hex color #BF869F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF869F is #407960. Grayscale: #999999. Windows color (decimal): -4225377 or 10454719. OLE color: 10454719.

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

Color convert

RGB191134159-
CMYK00.300.170.25
HSL333.68º30.81%63.73%-
HSV(B)333.68º29.84%74.9%-
XYZ36.2730.6336.8-
YUV153.89130.88154.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.46%
GREEN value IS 134 (52.73% from 255) = 27.69%
BLUE value IS 159 (62.5% from 255) = 32.85%
R=39.46%
G=27.69%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113415900.300.170.25333.6830.8163.73
HexBF869F01E111914e1f40
Octal277206237036213151637100
Binary1011111110000110100111110111101000111001101001110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF869F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF869F; }

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

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

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

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

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

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

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

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