#BC8B9E

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

Shades of Viola #BC8B9E

Tints of Viola #BC8B9E

Color information

#BC8B9E (or 0xBC8B9E) is unknown color: approx Viola. HEX triplet: BC, 8B and 9E. RGB value is (188,139,158). Sum of RGB (Red+Green+Blue) = 188+139+158=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 139 (54.69% from 255 or 28.66% from 485); Blue value is 158 (62.11% from 255 or 32.58% from 485); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8B9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8B9E is #437461. Grayscale: #9B9B9B. Windows color (decimal): -4420706 or 10390460. OLE color: 10390460.

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

Color convert

RGB188139158-
CMYK00.260.160.26
HSL336.73º26.78%64.12%-
HSV(B)336.73º26.06%73.73%-
XYZ36.1431.6336.55-
YUV155.82129.23150.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.76%
GREEN value IS 139 (54.69% from 255) = 28.66%
BLUE value IS 158 (62.11% from 255) = 32.58%
R=38.76%
G=28.66%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813915800.260.160.26336.7326.7864.12
HexBC8B9E01A101A1511b40
Octal274213236032203252133100
Binary1011110010001011100111100110101000011010101010001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8B9E; }

 p { color: rgb(188,139,158); }

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

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

 a { background-color: rgb(188,139,158); }

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

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

 span { border-color: rgb(188,139,158); }

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