#BF85A1

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

Shades of Viola #BF85A1

Tints of Viola #BF85A1

Color information

#BF85A1 (or 0xBF85A1) is unknown color: approx Viola. HEX triplet: BF, 85 and A1. RGB value is (191,133,161). Sum of RGB (Red+Green+Blue) = 191+133+161=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 161 (63.28% from 255 or 33.20% from 485); Max value from RGB is 191 - color contains mainly: red. Hex color #BF85A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF85A1 is #407A5E. Grayscale: #999999. Windows color (decimal): -4225631 or 10585535. OLE color: 10585535.

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

Color convert

RGB191133161-
CMYK00.300.160.25
HSL331.03º31.18%63.53%-
HSV(B)331.03º30.37%74.9%-
XYZ36.3130.4237.68-
YUV153.53132.22154.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.38%
GREEN value IS 133 (52.34% from 255) = 27.42%
BLUE value IS 161 (63.28% from 255) = 33.20%
R=39.38%
G=27.42%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113316100.300.160.25331.0331.1863.53
HexBF85A101E101914b1f40
Octal277205241036203151337100
Binary1011111110000101101000010111101000011001101001011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF85A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF85A1; }

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

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

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

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

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

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

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

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