#BF859C

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

Shades of Viola #BF859C

Tints of Viola #BF859C

Color information

#BF859C (or 0xBF859C) is unknown color: approx Viola. HEX triplet: BF, 85 and 9C. RGB value is (191,133,156). Sum of RGB (Red+Green+Blue) = 191+133+156=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 133 (52.34% from 255 or 27.71% from 480); Blue value is 156 (61.33% from 255 or 32.5% from 480); Max value from RGB is 191 - color contains mainly: red. Hex color #BF859C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF859C is #407A63. Grayscale: #989898. Windows color (decimal): -4225636 or 10257855. OLE color: 10257855.

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

Color convert

RGB191133156-
CMYK00.300.180.25
HSL336.21º31.18%63.53%-
HSV(B)336.21º30.37%74.9%-
XYZ35.8730.2535.4-
YUV152.96129.72155.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.79%
GREEN value IS 133 (52.34% from 255) = 27.71%
BLUE value IS 156 (61.33% from 255) = 32.5%
R=39.79%
G=27.71%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113315600.300.180.25336.2131.1863.53
HexBF859C01E12191501f40
Octal277205234036223152037100
Binary1011111110000101100111000111101001011001101010000111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF859C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF859C; }

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

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

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

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

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

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

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

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