#BC6EA4

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

Shades of Bouquet #BC6EA4

Tints of Bouquet #BC6EA4

Color information

#BC6EA4 (or 0xBC6EA4) is unknown color: approx Bouquet. HEX triplet: BC, 6E and A4. RGB value is (188,110,164). Sum of RGB (Red+Green+Blue) = 188+110+164=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 110 (43.36% from 255 or 23.81% from 462); Blue value is 164 (64.45% from 255 or 35.50% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6EA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6EA4 is #43915B. Grayscale: #8B8B8B. Windows color (decimal): -4428124 or 10776252. OLE color: 10776252.

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

Color convert

RGB188110164-
CMYK00.410.130.26
HSL318.46º36.79%58.43%-
HSV(B)318.46º41.49%73.73%-
XYZ33.0224.5238.12-
YUV139.48141.84162.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.69%
GREEN value IS 110 (43.36% from 255) = 23.81%
BLUE value IS 164 (64.45% from 255) = 35.50%
R=40.69%
G=23.81%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811016400.410.130.26318.4636.7958.43
HexBC6EA4029D1A13e253a
Octal27415624405115324764572
Binary101111001101110101001000101001110111010100111110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6EA4; }

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

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

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

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

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

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

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

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