#BC77A8

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

Shades of Bouquet #BC77A8

Tints of Bouquet #BC77A8

Color information

#BC77A8 (or 0xBC77A8) is unknown color: approx Bouquet. HEX triplet: BC, 77 and A8. RGB value is (188,119,168). Sum of RGB (Red+Green+Blue) = 188+119+168=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 119 (46.88% from 255 or 25.05% from 475); Blue value is 168 (66.02% from 255 or 35.37% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BC77A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC77A8 is #438857. Grayscale: #919191. Windows color (decimal): -4425816 or 11040700. OLE color: 11040700.

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

Color convert

RGB188119168-
CMYK00.370.110.26
HSL317.39º33.99%60.2%-
HSV(B)317.39º36.7%73.73%-
XYZ34.426.7140.39-
YUV145.22140.86158.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.58%
GREEN value IS 119 (46.88% from 255) = 25.05%
BLUE value IS 168 (66.02% from 255) = 35.37%
R=39.58%
G=25.05%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811916800.370.110.26317.3933.9960.2
HexBC77A8025B1A13d223c
Octal27416725004513324754274
Binary101111001110111101010000100101101111010100111101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC77A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC77A8; }

 p { color: rgb(188,119,168); }

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

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

 a { background-color: rgb(188,119,168); }

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

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

 span { border-color: rgb(188,119,168); }

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