#BF89A0

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

Shades of Viola #BF89A0

Tints of Viola #BF89A0

Color information

#BF89A0 (or 0xBF89A0) is unknown color: approx Viola. HEX triplet: BF, 89 and A0. RGB value is (191,137,160). Sum of RGB (Red+Green+Blue) = 191+137+160=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 160 (62.89% from 255 or 32.79% from 488); Max value from RGB is 191 - color contains mainly: red. Hex color #BF89A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF89A0 is #40765F. Grayscale: #9B9B9B. Windows color (decimal): -4224608 or 10521023. OLE color: 10521023.

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

Color convert

RGB191137160-
CMYK00.280.160.25
HSL334.44º29.67%64.31%-
HSV(B)334.44º28.27%74.9%-
XYZ36.7831.5137.4-
YUV155.77130.39153.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.14%
GREEN value IS 137 (53.91% from 255) = 28.07%
BLUE value IS 160 (62.89% from 255) = 32.79%
R=39.14%
G=28.07%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113716000.280.160.25334.4429.6764.31
HexBF89A001C101914e1e40
Octal277211240034203151636100
Binary1011111110001001101000000111001000011001101001110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF89A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF89A0; }

 p { color: rgb(191,137,160); }

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

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

 a { background-color: rgb(191,137,160); }

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

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

 span { border-color: rgb(191,137,160); }

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