#BC7FA4

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

Shades of Bouquet #BC7FA4

Tints of Bouquet #BC7FA4

Color information

#BC7FA4 (or 0xBC7FA4) is unknown color: approx Bouquet. HEX triplet: BC, 7F and A4. RGB value is (188,127,164). Sum of RGB (Red+Green+Blue) = 188+127+164=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 127 (50% from 255 or 26.51% from 479); Blue value is 164 (64.45% from 255 or 34.24% from 479); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7FA4 is #43805B. Grayscale: #959595. Windows color (decimal): -4423772 or 10780604. OLE color: 10780604.

HSL color Cylindrical-coordinate representation of color #BC7FA4: hue angle of 323.61º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC7FA4 is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB188127164-
CMYK00.320.130.26
HSL323.61º31.28%61.76%-
HSV(B)323.61º32.45%73.73%-
XYZ35.0328.5538.79-
YUV149.46136.21155.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.25%
GREEN value IS 127 (50% from 255) = 26.51%
BLUE value IS 164 (64.45% from 255) = 34.24%
R=39.25%
G=26.51%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812716400.320.130.26323.6131.2861.76
HexBC7FA4020D1A1441f3e
Octal27417724404015325043776
Binary10111100111111110100100010000011011101010100010011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7FA4; }

 p { color: rgb(188,127,164); }

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

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

 a { background-color: rgb(188,127,164); }

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

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

 span { border-color: rgb(188,127,164); }

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