#BF849E

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

Shades of Viola #BF849E

Tints of Viola #BF849E

Color information

#BF849E (or 0xBF849E) is unknown color: approx Viola. HEX triplet: BF, 84 and 9E. RGB value is (191,132,158). Sum of RGB (Red+Green+Blue) = 191+132+158=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 158 (62.11% from 255 or 32.85% from 481); Max value from RGB is 191 - color contains mainly: red. Hex color #BF849E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF849E is #407B61. Grayscale: #989898. Windows color (decimal): -4225890 or 10388671. OLE color: 10388671.

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

Color convert

RGB191132158-
CMYK00.310.170.25
HSL333.56º31.55%63.33%-
HSV(B)333.56º30.89%74.9%-
XYZ35.9130.0536.25-
YUV152.6131.05155.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.71%
GREEN value IS 132 (51.95% from 255) = 27.44%
BLUE value IS 158 (62.11% from 255) = 32.85%
R=39.71%
G=27.44%
B=32.85%

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
Decimal19113215800.310.170.25333.5631.5563.33
HexBF849E01F111914e203f
Octal27720423603721315164077
Binary1011111110000100100111100111111000111001101001110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF849E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF849E; }

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

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

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

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

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

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

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

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