#BC6EA1

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

Shades of Bouquet #BC6EA1

Tints of Bouquet #BC6EA1

Color information

#BC6EA1 (or 0xBC6EA1) is unknown color: approx Bouquet. HEX triplet: BC, 6E and A1. RGB value is (188,110,161). Sum of RGB (Red+Green+Blue) = 188+110+161=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 110 (43.36% from 255 or 23.97% from 459); Blue value is 161 (63.28% from 255 or 35.08% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6EA1 is #43915E. Grayscale: #8B8B8B. Windows color (decimal): -4428127 or 10579644. OLE color: 10579644.

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

Color convert

RGB188110161-
CMYK00.410.140.26
HSL320.77º36.79%58.43%-
HSV(B)320.77º41.49%73.73%-
XYZ32.7524.4236.71-
YUV139.14140.34162.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.96%
GREEN value IS 110 (43.36% from 255) = 23.97%
BLUE value IS 161 (63.28% from 255) = 35.08%
R=40.96%
G=23.97%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811016100.410.140.26320.7736.7958.43
HexBC6EA1029E1A141253a
Octal27415624105116325014572
Binary101111001101110101000010101001111011010101000001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6EA1; }

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

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

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

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

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

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

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

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