#BC8D9B

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

Shades of Viola #BC8D9B

Tints of Viola #BC8D9B

Color information

#BC8D9B (or 0xBC8D9B) is unknown color: approx Viola. HEX triplet: BC, 8D and 9B. RGB value is (188,141,155). Sum of RGB (Red+Green+Blue) = 188+141+155=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 155 (60.94% from 255 or 32.02% from 484); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8D9B is #437264. Grayscale: #9C9C9C. Windows color (decimal): -4420197 or 10194364. OLE color: 10194364.

HSL color Cylindrical-coordinate representation of color #BC8D9B: hue angle of 342.13º 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 #BC8D9B is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB188141155-
CMYK00.250.180.26
HSL342.13º25.97%64.51%-
HSV(B)342.13º25%73.73%-
XYZ36.1832.1135.3-
YUV156.65127.07150.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.84%
GREEN value IS 141 (55.47% from 255) = 29.13%
BLUE value IS 155 (60.94% from 255) = 32.02%
R=38.84%
G=29.13%
B=32.02%

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
Decimal18814115500.250.180.26342.1325.9764.51
HexBC8D9B019121A1561a41
Octal274215233031223252632101
Binary1011110010001101100110110110011001011010101010110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8D9B; }

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

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

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

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

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

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

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

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