#BC78A8

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

Shades of Bouquet #BC78A8

Tints of Bouquet #BC78A8

Color information

#BC78A8 (or 0xBC78A8) is unknown color: approx Bouquet. HEX triplet: BC, 78 and A8. RGB value is (188,120,168). Sum of RGB (Red+Green+Blue) = 188+120+168=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 120 (47.27% from 255 or 25.21% from 476); Blue value is 168 (66.02% from 255 or 35.29% from 476); Max value from RGB is 188 - color contains mainly: red. Hex color #BC78A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC78A8 is #438757. Grayscale: #919191. Windows color (decimal): -4425560 or 11040956. OLE color: 11040956.

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

Color convert

RGB188120168-
CMYK00.360.110.26
HSL317.65º33.66%60.39%-
HSV(B)317.65º36.17%73.73%-
XYZ34.5226.9540.43-
YUV145.8140.53158.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.50%
GREEN value IS 120 (47.27% from 255) = 25.21%
BLUE value IS 168 (66.02% from 255) = 35.29%
R=39.50%
G=25.21%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812016800.360.110.26317.6533.6660.39
HexBC78A8024B1A13e223c
Octal27417025004413324764274
Binary101111001111000101010000100100101111010100111110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC78A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC78A8; }

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

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

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

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

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

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

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

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