#BC6BA2

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

Shades of Bouquet #BC6BA2

Tints of Bouquet #BC6BA2

Color information

#BC6BA2 (or 0xBC6BA2) is unknown color: approx Bouquet. HEX triplet: BC, 6B and A2. RGB value is (188,107,162). Sum of RGB (Red+Green+Blue) = 188+107+162=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 107 (42.19% from 255 or 23.41% from 457); Blue value is 162 (63.67% from 255 or 35.45% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6BA2 is #43945D. Grayscale: #898989. Windows color (decimal): -4428894 or 10644412. OLE color: 10644412.

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

Color convert

RGB188107162-
CMYK00.430.140.26
HSL319.26º37.67%57.84%-
HSV(B)319.26º43.09%73.73%-
XYZ32.5223.8237.07-
YUV137.49141.84164.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.14%
GREEN value IS 107 (42.19% from 255) = 23.41%
BLUE value IS 162 (63.67% from 255) = 35.45%
R=41.14%
G=23.41%
B=35.45%

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
Decimal18810716200.430.140.26319.2637.6757.84
HexBC6BA202BE1A13f263a
Octal27415324205316324774672
Binary101111001101011101000100101011111011010100111111100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6BA2; }

 p { color: rgb(188,107,162); }

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

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

 a { background-color: rgb(188,107,162); }

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

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

 span { border-color: rgb(188,107,162); }

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