#BC6DA1

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

Shades of Bouquet #BC6DA1

Tints of Bouquet #BC6DA1

Color information

#BC6DA1 (or 0xBC6DA1) is unknown color: approx Bouquet. HEX triplet: BC, 6D and A1. RGB value is (188,109,161). Sum of RGB (Red+Green+Blue) = 188+109+161=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 109 (42.97% from 255 or 23.80% from 458); Blue value is 161 (63.28% from 255 or 35.15% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6DA1 is #43925E. Grayscale: #8A8A8A. Windows color (decimal): -4428383 or 10579388. OLE color: 10579388.

HSL color Cylindrical-coordinate representation of color #BC6DA1: hue angle of 320.51º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC6DA1 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB188109161-
CMYK00.420.140.26
HSL320.51º37.09%58.24%-
HSV(B)320.51º42.02%73.73%-
XYZ32.6424.236.67-
YUV138.55140.67163.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.05%
GREEN value IS 109 (42.97% from 255) = 23.80%
BLUE value IS 161 (63.28% from 255) = 35.15%
R=41.05%
G=23.80%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810916100.420.140.26320.5137.0958.24
HexBC6DA102AE1A141253a
Octal27415524105216325014572
Binary101111001101101101000010101010111011010101000001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6DA1; }

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

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

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

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

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

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

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

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