#BF849F

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

Shades of Viola #BF849F

Tints of Viola #BF849F

Color information

#BF849F (or 0xBF849F) is unknown color: approx Viola. HEX triplet: BF, 84 and 9F. RGB value is (191,132,159). Sum of RGB (Red+Green+Blue) = 191+132+159=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 132 (51.95% from 255 or 27.39% from 482); Blue value is 159 (62.5% from 255 or 32.99% from 482); Max value from RGB is 191 - color contains mainly: red. Hex color #BF849F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF849F is #407B60. Grayscale: #989898. Windows color (decimal): -4225889 or 10454207. OLE color: 10454207.

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

Color convert

RGB191132159-
CMYK00.310.170.25
HSL332.54º31.55%63.33%-
HSV(B)332.54º30.89%74.9%-
XYZ3630.0836.71-
YUV152.72131.55155.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.63%
GREEN value IS 132 (51.95% from 255) = 27.39%
BLUE value IS 159 (62.5% from 255) = 32.99%
R=39.63%
G=27.39%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113215900.310.170.25332.5431.5563.33
HexBF849F01F111914d203f
Octal27720423703721315154077
Binary1011111110000100100111110111111000111001101001101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF849F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF849F; }

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

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

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

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

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

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

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

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