#BC9FA8

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

Shades of Viola #BC9FA8

Tints of Viola #BC9FA8

Color information

#BC9FA8 (or 0xBC9FA8) is unknown color: approx Viola. HEX triplet: BC, 9F and A8. RGB value is (188,159,168). Sum of RGB (Red+Green+Blue) = 188+159+168=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 159 (62.5% from 255 or 30.87% from 515); Blue value is 168 (66.02% from 255 or 32.62% from 515); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9FA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9FA8 is #436057. Grayscale: #A8A8A8. Windows color (decimal): -4415576 or 11050940. OLE color: 11050940.

HSL color Cylindrical-coordinate representation of color #BC9FA8: hue angle of 341.38º 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 #BC9FA8 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB188159168-
CMYK00.150.110.26
HSL341.38º17.79%68.04%-
HSV(B)341.38º15.43%73.73%-
XYZ40.2138.3142.32-
YUV168.7127.61141.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.50%
GREEN value IS 159 (62.5% from 255) = 30.87%
BLUE value IS 168 (66.02% from 255) = 32.62%
R=36.50%
G=30.87%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815916800.150.110.26341.3817.7968.04
HexBC9FA80FB1A1551244
Octal274237250017133252522104
Binary10111100100111111010100001111101111010101010101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9FA8; }

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

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

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

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

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

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

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

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