#BC8A94

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

Shades of Viola #BC8A94

Tints of Viola #BC8A94

Color information

#BC8A94 (or 0xBC8A94) is unknown color: approx Viola. HEX triplet: BC, 8A and 94. RGB value is (188,138,148). Sum of RGB (Red+Green+Blue) = 188+138+148=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 138 (54.30% from 255 or 29.11% from 474); Blue value is 148 (58.20% from 255 or 31.22% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8A94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8A94 is #43756B. Grayscale: #9A9A9A. Windows color (decimal): -4420972 or 9734844. OLE color: 9734844.

HSL color Cylindrical-coordinate representation of color #BC8A94: hue angle of 348º degrees, saturation: 0.27, 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 #BC8A94 is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB188138148-
CMYK00.270.210.26
HSL348º27.17%63.92%-
HSV(B)348º26.6%73.73%-
XYZ35.1731.0132.15-
YUV154.09124.56152.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.66%
GREEN value IS 138 (54.30% from 255) = 29.11%
BLUE value IS 148 (58.20% from 255) = 31.22%
R=39.66%
G=29.11%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813814800.270.210.2634827.1763.92
HexBC8A9401B151A15c1b40
Octal274212224033253253433100
Binary1011110010001010100101000110111010111010101011100110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8A94; }

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

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

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

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

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

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

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

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