#BC9FA9

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

Shades of Viola #BC9FA9

Tints of Viola #BC9FA9

Color information

#BC9FA9 (or 0xBC9FA9) is unknown color: approx Viola. HEX triplet: BC, 9F and A9. RGB value is (188,159,169). Sum of RGB (Red+Green+Blue) = 188+159+169=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 159 (62.5% from 255 or 30.81% from 516); Blue value is 169 (66.41% from 255 or 32.75% from 516); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9FA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9FA9 is #436056. Grayscale: #A8A8A8. Windows color (decimal): -4415575 or 11116476. OLE color: 11116476.

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

Color convert

RGB188159169-
CMYK00.150.100.26
HSL339.31º17.79%68.04%-
HSV(B)339.31º15.43%73.73%-
XYZ40.338.3542.81-
YUV168.81128.11141.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.43%
GREEN value IS 159 (62.5% from 255) = 30.81%
BLUE value IS 169 (66.41% from 255) = 32.75%
R=36.43%
G=30.81%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815916900.150.100.26339.3117.7968.04
HexBC9FA90FA1A1531244
Octal274237251017123252322104
Binary10111100100111111010100101111101011010101010011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9FA9; }

 p { color: rgb(188,159,169); }

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

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

 a { background-color: rgb(188,159,169); }

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

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

 span { border-color: rgb(188,159,169); }

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