#BC73A8

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

Shades of Bouquet #BC73A8

Tints of Bouquet #BC73A8

Color information

#BC73A8 (or 0xBC73A8) is unknown color: approx Bouquet. HEX triplet: BC, 73 and A8. RGB value is (188,115,168). Sum of RGB (Red+Green+Blue) = 188+115+168=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 115 (45.31% from 255 or 24.42% from 471); Blue value is 168 (66.02% from 255 or 35.67% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BC73A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC73A8 is #438C57. Grayscale: #8E8E8E. Windows color (decimal): -4426840 or 11039676. OLE color: 11039676.

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

Color convert

RGB188115168-
CMYK00.390.110.26
HSL316.44º35.27%59.41%-
HSV(B)316.44º38.83%73.73%-
XYZ33.9425.7840.23-
YUV142.87142.18160.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.92%
GREEN value IS 115 (45.31% from 255) = 24.42%
BLUE value IS 168 (66.02% from 255) = 35.67%
R=39.92%
G=24.42%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811516800.390.110.26316.4435.2759.41
HexBC73A8027B1A13c233b
Octal27416325004713324744373
Binary101111001110011101010000100111101111010100111100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC73A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC73A8; }

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

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

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

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

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

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

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

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