#BB89A0

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

Shades of Viola #BB89A0

Tints of Viola #BB89A0

Color information

#BB89A0 (or 0xBB89A0) is unknown color: approx Viola. HEX triplet: BB, 89 and A0. RGB value is (187,137,160). Sum of RGB (Red+Green+Blue) = 187+137+160=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 137 (53.91% from 255 or 28.31% from 484); Blue value is 160 (62.89% from 255 or 33.06% from 484); Max value from RGB is 187 - color contains mainly: red. Hex color #BB89A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB89A0 is #44765F. Grayscale: #9A9A9A. Windows color (decimal): -4486752 or 10521019. OLE color: 10521019.

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

Color convert

RGB187137160-
CMYK00.270.140.27
HSL332.4º26.88%63.53%-
HSV(B)332.4º26.74%73.33%-
XYZ35.7830.9937.35-
YUV154.57131.06151.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.64%
GREEN value IS 137 (53.91% from 255) = 28.31%
BLUE value IS 160 (62.89% from 255) = 33.06%
R=38.64%
G=28.31%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713716000.270.140.27332.426.8863.53
HexBB89A001BE1B14c1b40
Octal273211240033163351433100
Binary101110111000100110100000011011111011011101001100110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB89A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB89A0; }

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

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

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

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

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

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

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

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