#BC77AD

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

Shades of Bouquet #BC77AD

Tints of Bouquet #BC77AD

Color information

#BC77AD (or 0xBC77AD) is unknown color: approx Bouquet. HEX triplet: BC, 77 and AD. RGB value is (188,119,173). Sum of RGB (Red+Green+Blue) = 188+119+173=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 119 (46.88% from 255 or 24.79% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 188 - color contains mainly: red. Hex color #BC77AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC77AD is #438852. Grayscale: #919191. Windows color (decimal): -4425811 or 11368380. OLE color: 11368380.

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

Color convert

RGB188119173-
CMYK00.370.080.26
HSL313.04º33.99%60.2%-
HSV(B)313.04º36.7%73.73%-
XYZ34.8826.942.89-
YUV145.79143.36158.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.17%
GREEN value IS 119 (46.88% from 255) = 24.79%
BLUE value IS 173 (67.97% from 255) = 36.04%
R=39.17%
G=24.79%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811917300.370.080.26313.0433.9960.2
HexBC77AD02581A139223c
Octal27416725504510324714274
Binary101111001110111101011010100101100011010100111001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC77AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC77AD; }

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

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

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

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

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

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

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

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