#BF859B

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

Shades of Viola #BF859B

Tints of Viola #BF859B

Color information

#BF859B (or 0xBF859B) is unknown color: approx Viola. HEX triplet: BF, 85 and 9B. RGB value is (191,133,155). Sum of RGB (Red+Green+Blue) = 191+133+155=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 133 (52.34% from 255 or 27.77% from 479); Blue value is 155 (60.94% from 255 or 32.36% from 479); Max value from RGB is 191 - color contains mainly: red. Hex color #BF859B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF859B is #407A64. Grayscale: #989898. Windows color (decimal): -4225637 or 10192319. OLE color: 10192319.

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

Color convert

RGB191133155-
CMYK00.300.190.25
HSL337.24º31.18%63.53%-
HSV(B)337.24º30.37%74.9%-
XYZ35.7930.2234.96-
YUV152.85129.22155.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.87%
GREEN value IS 133 (52.34% from 255) = 27.77%
BLUE value IS 155 (60.94% from 255) = 32.36%
R=39.87%
G=27.77%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113315500.300.190.25337.2431.1863.53
HexBF859B01E13191511f40
Octal277205233036233152137100
Binary1011111110000101100110110111101001111001101010001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF859B; }

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

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

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

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

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

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

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

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