#BC7BA7

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

Shades of Bouquet #BC7BA7

Tints of Bouquet #BC7BA7

Color information

#BC7BA7 (or 0xBC7BA7) is unknown color: approx Bouquet. HEX triplet: BC, 7B and A7. RGB value is (188,123,167). Sum of RGB (Red+Green+Blue) = 188+123+167=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 123 (48.44% from 255 or 25.73% from 478); Blue value is 167 (65.62% from 255 or 34.94% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7BA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7BA7 is #438458. Grayscale: #939393. Windows color (decimal): -4424793 or 10976188. OLE color: 10976188.

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

Color convert

RGB188123167-
CMYK00.350.110.26
HSL319.38º32.66%60.98%-
HSV(B)319.38º34.57%73.73%-
XYZ34.827.6540.06-
YUV147.45139.03156.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.33%
GREEN value IS 123 (48.44% from 255) = 25.73%
BLUE value IS 167 (65.62% from 255) = 34.94%
R=39.33%
G=25.73%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812316700.350.110.26319.3832.6660.98
HexBC7BA7023B1A13f213d
Octal27417324704313324774175
Binary101111001111011101001110100011101111010100111111100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7BA7; }

 p { color: rgb(188,123,167); }

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

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

 a { background-color: rgb(188,123,167); }

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

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

 span { border-color: rgb(188,123,167); }

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