#BF8BA4

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

Shades of Viola #BF8BA4

Tints of Viola #BF8BA4

Color information

#BF8BA4 (or 0xBF8BA4) is unknown color: approx Viola. HEX triplet: BF, 8B and A4. RGB value is (191,139,164). Sum of RGB (Red+Green+Blue) = 191+139+164=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 139 (54.69% from 255 or 28.14% from 494); Blue value is 164 (64.45% from 255 or 33.20% from 494); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8BA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8BA4 is #40745B. Grayscale: #9D9D9D. Windows color (decimal): -4224092 or 10783679. OLE color: 10783679.

HSL color Cylindrical-coordinate representation of color #BF8BA4: hue angle of 331.15º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BF8BA4 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB191139164-
CMYK00.270.140.25
HSL331.15º28.89%64.71%-
HSV(B)331.15º27.23%74.9%-
XYZ37.4232.2239.37-
YUV157.4131.73151.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.66%
GREEN value IS 139 (54.69% from 255) = 28.14%
BLUE value IS 164 (64.45% from 255) = 33.20%
R=38.66%
G=28.14%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113916400.270.140.25331.1528.8964.71
HexBF8BA401BE1914b1d41
Octal277213244033163151335101
Binary101111111000101110100100011011111011001101001011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8BA4; }

 p { color: rgb(191,139,164); }

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

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

 a { background-color: rgb(191,139,164); }

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

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

 span { border-color: rgb(191,139,164); }

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