#BC78AA

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

Shades of Bouquet #BC78AA

Tints of Bouquet #BC78AA

Color information

#BC78AA (or 0xBC78AA) is unknown color: approx Bouquet. HEX triplet: BC, 78 and AA. RGB value is (188,120,170). Sum of RGB (Red+Green+Blue) = 188+120+170=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 120 (47.27% from 255 or 25.10% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BC78AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC78AA is #438755. Grayscale: #919191. Windows color (decimal): -4425558 or 11172028. OLE color: 11172028.

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

Color convert

RGB188120170-
CMYK00.360.100.26
HSL315.88º33.66%60.39%-
HSV(B)315.88º36.17%73.73%-
XYZ34.7127.0341.42-
YUV146.03141.53157.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.33%
GREEN value IS 120 (47.27% from 255) = 25.10%
BLUE value IS 170 (66.80% from 255) = 35.56%
R=39.33%
G=25.10%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812017000.360.100.26315.8833.6660.39
HexBC78AA024A1A13c223c
Octal27417025204412324744274
Binary101111001111000101010100100100101011010100111100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC78AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC78AA; }

 p { color: rgb(188,120,170); }

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

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

 a { background-color: rgb(188,120,170); }

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

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

 span { border-color: rgb(188,120,170); }

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