#BF85A2

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

Shades of Viola #BF85A2

Tints of Viola #BF85A2

Color information

#BF85A2 (or 0xBF85A2) is unknown color: approx Viola. HEX triplet: BF, 85 and A2. RGB value is (191,133,162). Sum of RGB (Red+Green+Blue) = 191+133+162=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 133 (52.34% from 255 or 27.37% from 486); Blue value is 162 (63.67% from 255 or 33.33% from 486); Max value from RGB is 191 - color contains mainly: red. Hex color #BF85A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF85A2 is #407A5D. Grayscale: #999999. Windows color (decimal): -4225630 or 10651071. OLE color: 10651071.

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

Color convert

RGB191133162-
CMYK00.300.150.25
HSL330º31.18%63.53%-
HSV(B)330º30.37%74.9%-
XYZ36.3930.4638.14-
YUV153.65132.72154.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.30%
GREEN value IS 133 (52.34% from 255) = 27.37%
BLUE value IS 162 (63.67% from 255) = 33.33%
R=39.30%
G=27.37%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113316200.300.150.2533031.1863.53
HexBF85A201EF1914a1f40
Octal277205242036173151237100
Binary101111111000010110100010011110111111001101001010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF85A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF85A2; }

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

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

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

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

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

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

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

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