#BC72A3

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

Shades of Bouquet #BC72A3

Tints of Bouquet #BC72A3

Color information

#BC72A3 (or 0xBC72A3) is unknown color: approx Bouquet. HEX triplet: BC, 72 and A3. RGB value is (188,114,163). Sum of RGB (Red+Green+Blue) = 188+114+163=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 163 (64.06% from 255 or 35.05% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BC72A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC72A3 is #438D5C. Grayscale: #8D8D8D. Windows color (decimal): -4427101 or 10711740. OLE color: 10711740.

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

Color convert

RGB188114163-
CMYK00.390.130.26
HSL320.27º35.58%59.22%-
HSV(B)320.27º39.36%73.73%-
XYZ33.3725.3737.79-
YUV141.71140.02161.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.43%
GREEN value IS 114 (44.92% from 255) = 24.52%
BLUE value IS 163 (64.06% from 255) = 35.05%
R=40.43%
G=24.52%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811416300.390.130.26320.2735.5859.22
HexBC72A3027D1A140243b
Octal27416224304715325004473
Binary101111001110010101000110100111110111010101000000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC72A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC72A3; }

 p { color: rgb(188,114,163); }

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

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

 a { background-color: rgb(188,114,163); }

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

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

 span { border-color: rgb(188,114,163); }

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