#BC8F9F

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

Shades of Viola #BC8F9F

Tints of Viola #BC8F9F

Color information

#BC8F9F (or 0xBC8F9F) is unknown color: approx Viola. HEX triplet: BC, 8F and 9F. RGB value is (188,143,159). Sum of RGB (Red+Green+Blue) = 188+143+159=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 143 (56.25% from 255 or 29.18% from 490); Blue value is 159 (62.5% from 255 or 32.45% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8F9F is #437060. Grayscale: #9E9E9E. Windows color (decimal): -4419681 or 10457020. OLE color: 10457020.

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

Color convert

RGB188143159-
CMYK00.240.150.26
HSL338.67º25.14%64.9%-
HSV(B)338.67º23.94%73.73%-
XYZ36.8232.8437.2-
YUV158.28128.41149.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.37%
GREEN value IS 143 (56.25% from 255) = 29.18%
BLUE value IS 159 (62.5% from 255) = 32.45%
R=38.37%
G=29.18%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814315900.240.150.26338.6725.1464.9
HexBC8F9F018F1A1531941
Octal274217237030173252331101
Binary101111001000111110011111011000111111010101010011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8F9F; }

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

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

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

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

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

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

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

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