#BF8D9A

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

Shades of Viola #BF8D9A

Tints of Viola #BF8D9A

Color information

#BF8D9A (or 0xBF8D9A) is unknown color: approx Viola. HEX triplet: BF, 8D and 9A. RGB value is (191,141,154). Sum of RGB (Red+Green+Blue) = 191+141+154=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 141 (55.47% from 255 or 29.01% from 486); Blue value is 154 (60.55% from 255 or 31.69% from 486); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8D9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8D9A is #407265. Grayscale: #9D9D9D. Windows color (decimal): -4223590 or 10128831. OLE color: 10128831.

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

Color convert

RGB191141154-
CMYK00.260.190.25
HSL344.4º28.09%65.1%-
HSV(B)344.4º26.18%74.9%-
XYZ36.8432.4634.9-
YUV157.43126.06151.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.30%
GREEN value IS 141 (55.47% from 255) = 29.01%
BLUE value IS 154 (60.55% from 255) = 31.69%
R=39.30%
G=29.01%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114115400.260.190.25344.428.0965.1
HexBF8D9A01A13191581c41
Octal277215232032233153034101
Binary1011111110001101100110100110101001111001101011000111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8D9A; }

 p { color: rgb(191,141,154); }

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

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

 a { background-color: rgb(191,141,154); }

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

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

 span { border-color: rgb(191,141,154); }

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