#BC7AA1

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

Shades of Bouquet #BC7AA1

Tints of Bouquet #BC7AA1

Color information

#BC7AA1 (or 0xBC7AA1) is unknown color: approx Bouquet. HEX triplet: BC, 7A and A1. RGB value is (188,122,161). Sum of RGB (Red+Green+Blue) = 188+122+161=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 161 (63.28% from 255 or 34.18% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7AA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7AA1 is #43855E. Grayscale: #929292. Windows color (decimal): -4425055 or 10582716. OLE color: 10582716.

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

Color convert

RGB188122161-
CMYK00.350.140.26
HSL324.55º33%60.78%-
HSV(B)324.55º35.11%73.73%-
XYZ34.1327.1837.17-
YUV146.18136.37157.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.92%
GREEN value IS 122 (48.05% from 255) = 25.90%
BLUE value IS 161 (63.28% from 255) = 34.18%
R=39.92%
G=25.90%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812216100.350.140.26324.553360.78
HexBC7AA1023E1A145213d
Octal27417224104316325054175
Binary101111001111010101000010100011111011010101000101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7AA1; }

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

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

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

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

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

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

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

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