#BC89A0

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

Shades of Viola #BC89A0

Tints of Viola #BC89A0

Color information

#BC89A0 (or 0xBC89A0) is unknown color: approx Viola. HEX triplet: BC, 89 and A0. RGB value is (188,137,160). Sum of RGB (Red+Green+Blue) = 188+137+160=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 160 (62.89% from 255 or 32.99% from 485); Max value from RGB is 188 - color contains mainly: red. Hex color #BC89A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC89A0 is #43765F. Grayscale: #9A9A9A. Windows color (decimal): -4421216 or 10521020. OLE color: 10521020.

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

Color convert

RGB188137160-
CMYK00.270.150.26
HSL332.94º27.57%63.73%-
HSV(B)332.94º27.13%73.73%-
XYZ36.0331.1237.37-
YUV154.87130.9151.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.76%
GREEN value IS 137 (53.91% from 255) = 28.25%
BLUE value IS 160 (62.89% from 255) = 32.99%
R=38.76%
G=28.25%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813716000.270.150.26332.9427.5763.73
HexBC89A001BF1A14d1c40
Octal274211240033173251534100
Binary101111001000100110100000011011111111010101001101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC89A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC89A0; }

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

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

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

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

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

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

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

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