#BC8FA1

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

Shades of Viola #BC8FA1

Tints of Viola #BC8FA1

Color information

#BC8FA1 (or 0xBC8FA1) is unknown color: approx Viola. HEX triplet: BC, 8F and A1. RGB value is (188,143,161). Sum of RGB (Red+Green+Blue) = 188+143+161=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 161 (63.28% from 255 or 32.72% from 492); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8FA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8FA1 is #43705E. Grayscale: #9E9E9E. Windows color (decimal): -4419679 or 10588092. OLE color: 10588092.

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

Color convert

RGB188143161-
CMYK00.240.140.26
HSL336º25.14%64.9%-
HSV(B)336º23.94%73.73%-
XYZ36.9932.9138.12-
YUV158.51129.41149.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.21%
GREEN value IS 143 (56.25% from 255) = 29.07%
BLUE value IS 161 (63.28% from 255) = 32.72%
R=38.21%
G=29.07%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814316100.240.140.2633625.1464.9
HexBC8FA1018E1A1501941
Octal274217241030163252031101
Binary101111001000111110100001011000111011010101010000110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8FA1; }

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

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

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

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

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

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

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

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