#BC6CA1

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

Shades of Bouquet #BC6CA1

Tints of Bouquet #BC6CA1

Color information

#BC6CA1 (or 0xBC6CA1) is unknown color: approx Bouquet. HEX triplet: BC, 6C and A1. RGB value is (188,108,161). Sum of RGB (Red+Green+Blue) = 188+108+161=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 108 (42.58% from 255 or 23.63% from 457); Blue value is 161 (63.28% from 255 or 35.23% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6CA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6CA1 is #43935E. Grayscale: #898989. Windows color (decimal): -4428639 or 10579132. OLE color: 10579132.

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

Color convert

RGB188108161-
CMYK00.430.140.26
HSL320.25º37.38%58.04%-
HSV(B)320.25º42.55%73.73%-
XYZ32.5323.9936.63-
YUV137.96141163.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.14%
GREEN value IS 108 (42.58% from 255) = 23.63%
BLUE value IS 161 (63.28% from 255) = 35.23%
R=41.14%
G=23.63%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810816100.430.140.26320.2537.3858.04
HexBC6CA102BE1A140253a
Octal27415424105316325004572
Binary101111001101100101000010101011111011010101000000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6CA1; }

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

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

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

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

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

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

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

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