#bc7aa7

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

Shades of Bouquet #BC7AA7

Tints of Bouquet #BC7AA7

Color information

#BC7AA7 (or 0xBC7AA7) is unknown color: approx Bouquet. HEX triplet: BC, 7A and A7. RGB value is (188,122,167). Sum of RGB (Red+Green+Blue) = 188+122+167=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 122 (48.05% from 255 or 25.58% from 477); Blue value is 167 (65.62% from 255 or 35.01% from 477); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7AA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7AA7 is #438558. Grayscale: #929292. Windows color (decimal): -4425049 or 10975932. OLE color: 10975932.

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

Color convert

RGB188122167-
CMYK00.350.110.26
HSL319.09º33%60.78%-
HSV(B)319.09º35.11%73.73%-
XYZ34.6727.440.02-
YUV146.86139.37157.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.41%
GREEN value IS 122 (48.05% from 255) = 25.58%
BLUE value IS 167 (65.62% from 255) = 35.01%
R=39.41%
G=25.58%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812216700.350.110.26319.093360.78
HexBC7AA7023B1A13f213d
Octal27417224704313324774175
Binary101111001111010101001110100011101111010100111111100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc7aa7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc7aa7; }

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

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

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

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

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

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

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

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