#BC8D9A

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

Shades of Viola #BC8D9A

Tints of Viola #BC8D9A

Color information

#BC8D9A (or 0xBC8D9A) is unknown color: approx Viola. HEX triplet: BC, 8D and 9A. RGB value is (188,141,154). Sum of RGB (Red+Green+Blue) = 188+141+154=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 141 (55.47% from 255 or 29.19% from 483); Blue value is 154 (60.55% from 255 or 31.88% from 483); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8D9A is #437265. Grayscale: #9C9C9C. Windows color (decimal): -4420198 or 10128828. OLE color: 10128828.

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

Color convert

RGB188141154-
CMYK00.250.180.26
HSL343.4º25.97%64.51%-
HSV(B)343.4º25%73.73%-
XYZ36.132.0734.86-
YUV156.54126.57150.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.92%
GREEN value IS 141 (55.47% from 255) = 29.19%
BLUE value IS 154 (60.55% from 255) = 31.88%
R=38.92%
G=29.19%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814115400.250.180.26343.425.9764.51
HexBC8D9A019121A1571a41
Octal274215232031223252732101
Binary1011110010001101100110100110011001011010101010111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8D9A; }

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

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

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

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

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

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

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

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