#BC8C9A

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

Shades of Viola #BC8C9A

Tints of Viola #BC8C9A

Color information

#BC8C9A (or 0xBC8C9A) is unknown color: approx Viola. HEX triplet: BC, 8C and 9A. RGB value is (188,140,154). Sum of RGB (Red+Green+Blue) = 188+140+154=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 154 (60.55% from 255 or 31.95% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8C9A is #437365. Grayscale: #9B9B9B. Windows color (decimal): -4420454 or 10128572. OLE color: 10128572.

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

Color convert

RGB188140154-
CMYK00.260.180.26
HSL342.5º26.37%64.31%-
HSV(B)342.5º25.53%73.73%-
XYZ35.9531.7834.81-
YUV155.95126.9150.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.00%
GREEN value IS 140 (55.08% from 255) = 29.05%
BLUE value IS 154 (60.55% from 255) = 31.95%
R=39.00%
G=29.05%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814015400.260.180.26342.526.3764.31
HexBC8C9A01A121A1561a40
Octal274214232032223252632100
Binary1011110010001100100110100110101001011010101010110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8C9A; }

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

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

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

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

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

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

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

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