#BC73AD

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

Shades of Bouquet #BC73AD

Tints of Bouquet #BC73AD

Color information

#BC73AD (or 0xBC73AD) is unknown color: approx Bouquet. HEX triplet: BC, 73 and AD. RGB value is (188,115,173). Sum of RGB (Red+Green+Blue) = 188+115+173=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 115 (45.31% from 255 or 24.16% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 188 - color contains mainly: red. Hex color #BC73AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC73AD is #438C52. Grayscale: #8F8F8F. Windows color (decimal): -4426835 or 11367356. OLE color: 11367356.

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

Color convert

RGB188115173-
CMYK00.390.080.26
HSL312.33º35.27%59.41%-
HSV(B)312.33º38.83%73.73%-
XYZ34.4125.9742.73-
YUV143.44144.68159.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.50%
GREEN value IS 115 (45.31% from 255) = 24.16%
BLUE value IS 173 (67.97% from 255) = 36.34%
R=39.50%
G=24.16%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811517300.390.080.26312.3335.2759.41
HexBC73AD02781A138233b
Octal27416325504710324704373
Binary101111001110011101011010100111100011010100111000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC73AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC73AD; }

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

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

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

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

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

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

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

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