#BC859A

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

Shades of Viola #BC859A

Tints of Viola #BC859A

Color information

#BC859A (or 0xBC859A) is unknown color: approx Viola. HEX triplet: BC, 85 and 9A. RGB value is (188,133,154). Sum of RGB (Red+Green+Blue) = 188+133+154=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 133 (52.34% from 255 or 28% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BC859A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC859A is #437A65. Grayscale: #979797. Windows color (decimal): -4422246 or 10126780. OLE color: 10126780.

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

Color convert

RGB188133154-
CMYK00.290.180.26
HSL337.09º29.1%62.94%-
HSV(B)337.09º29.26%73.73%-
XYZ34.9629.834.48-
YUV151.84129.22153.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.58%
GREEN value IS 133 (52.34% from 255) = 28%
BLUE value IS 154 (60.55% from 255) = 32.42%
R=39.58%
G=28%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813315400.290.180.26337.0929.162.94
HexBC859A01D121A1511d3f
Octal27420523203522325213577
Binary101111001000010110011010011101100101101010101000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC859A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC859A; }

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

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

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

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

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

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

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

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