#BF859E

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

Shades of Viola #BF859E

Tints of Viola #BF859E

Color information

#BF859E (or 0xBF859E) is unknown color: approx Viola. HEX triplet: BF, 85 and 9E. RGB value is (191,133,158). Sum of RGB (Red+Green+Blue) = 191+133+158=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 158 (62.11% from 255 or 32.78% from 482); Max value from RGB is 191 - color contains mainly: red. Hex color #BF859E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF859E is #407A61. Grayscale: #999999. Windows color (decimal): -4225634 or 10388927. OLE color: 10388927.

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

Color convert

RGB191133158-
CMYK00.300.170.25
HSL334.14º31.18%63.53%-
HSV(B)334.14º30.37%74.9%-
XYZ36.0430.3236.3-
YUV153.19130.72154.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.63%
GREEN value IS 133 (52.34% from 255) = 27.59%
BLUE value IS 158 (62.11% from 255) = 32.78%
R=39.63%
G=27.59%
B=32.78%

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
Decimal19113315800.300.170.25334.1431.1863.53
HexBF859E01E111914e1f40
Octal277205236036213151637100
Binary1011111110000101100111100111101000111001101001110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF859E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF859E; }

 p { color: rgb(191,133,158); }

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

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

 a { background-color: rgb(191,133,158); }

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

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

 span { border-color: rgb(191,133,158); }

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