#BC8CA1

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

Shades of Viola #BC8CA1

Tints of Viola #BC8CA1

Color information

#BC8CA1 (or 0xBC8CA1) is unknown color: approx Viola. HEX triplet: BC, 8C and A1. RGB value is (188,140,161). Sum of RGB (Red+Green+Blue) = 188+140+161=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 161 (63.28% from 255 or 32.92% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8CA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8CA1 is #43735E. Grayscale: #9C9C9C. Windows color (decimal): -4420447 or 10587324. OLE color: 10587324.

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

Color convert

RGB188140161-
CMYK00.260.140.26
HSL333.75º26.37%64.31%-
HSV(B)333.75º25.53%73.73%-
XYZ36.5532.0237.97-
YUV156.75130.4150.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.45%
GREEN value IS 140 (55.08% from 255) = 28.63%
BLUE value IS 161 (63.28% from 255) = 32.92%
R=38.45%
G=28.63%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814016100.260.140.26333.7526.3764.31
HexBC8CA101AE1A14e1a40
Octal274214241032163251632100
Binary101111001000110010100001011010111011010101001110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8CA1; }

 p { color: rgb(188,140,161); }

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

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

 a { background-color: rgb(188,140,161); }

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

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

 span { border-color: rgb(188,140,161); }

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