#BC71A0

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

Shades of Bouquet #BC71A0

Tints of Bouquet #BC71A0

Color information

#BC71A0 (or 0xBC71A0) is unknown color: approx Bouquet. HEX triplet: BC, 71 and A0. RGB value is (188,113,160). Sum of RGB (Red+Green+Blue) = 188+113+160=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BC71A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC71A0 is #438E5F. Grayscale: #8C8C8C. Windows color (decimal): -4427360 or 10514876. OLE color: 10514876.

HSL color Cylindrical-coordinate representation of color #BC71A0: hue angle of 322.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC71A0 is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB188113160-
CMYK00.400.150.26
HSL322.4º35.89%59.02%-
HSV(B)322.4º39.89%73.73%-
XYZ32.9925.0436.35-
YUV140.78138.85161.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.78%
GREEN value IS 113 (44.53% from 255) = 24.51%
BLUE value IS 160 (62.89% from 255) = 34.71%
R=40.78%
G=24.51%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811316000.400.150.26322.435.8959.02
HexBC71A0028F1A142243b
Octal27416124005017325024473
Binary101111001110001101000000101000111111010101000010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC71A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC71A0; }

 p { color: rgb(188,113,160); }

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

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

 a { background-color: rgb(188,113,160); }

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

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

 span { border-color: rgb(188,113,160); }

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