#BC8B94

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

Shades of Viola #BC8B94

Tints of Viola #BC8B94

Color information

#BC8B94 (or 0xBC8B94) is unknown color: approx Viola. HEX triplet: BC, 8B and 94. RGB value is (188,139,148). Sum of RGB (Red+Green+Blue) = 188+139+148=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 139 (54.69% from 255 or 29.26% from 475); Blue value is 148 (58.20% from 255 or 31.16% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8B94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8B94 is #43746B. Grayscale: #9A9A9A. Windows color (decimal): -4420716 or 9735100. OLE color: 9735100.

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

Color convert

RGB188139148-
CMYK00.260.210.26
HSL348.98º26.78%64.12%-
HSV(B)348.98º26.06%73.73%-
XYZ35.3231.2932.2-
YUV154.68124.23151.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.58%
GREEN value IS 139 (54.69% from 255) = 29.26%
BLUE value IS 148 (58.20% from 255) = 31.16%
R=39.58%
G=29.26%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813914800.260.210.26348.9826.7864.12
HexBC8B9401A151A15d1b40
Octal274213224032253253533100
Binary1011110010001011100101000110101010111010101011101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8B94; }

 p { color: rgb(188,139,148); }

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

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

 a { background-color: rgb(188,139,148); }

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

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

 span { border-color: rgb(188,139,148); }

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