#BC7BA3

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

Shades of Bouquet #BC7BA3

Tints of Bouquet #BC7BA3

Color information

#BC7BA3 (or 0xBC7BA3) is unknown color: approx Bouquet. HEX triplet: BC, 7B and A3. RGB value is (188,123,163). Sum of RGB (Red+Green+Blue) = 188+123+163=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 163 (64.06% from 255 or 34.39% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7BA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7BA3 is #43845C. Grayscale: #929292. Windows color (decimal): -4424797 or 10714044. OLE color: 10714044.

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

Color convert

RGB188123163-
CMYK00.350.130.26
HSL323.08º32.66%60.98%-
HSV(B)323.08º34.57%73.73%-
XYZ34.4327.538.14-
YUV146.99137.03157.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.66%
GREEN value IS 123 (48.44% from 255) = 25.95%
BLUE value IS 163 (64.06% from 255) = 34.39%
R=39.66%
G=25.95%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812316300.350.130.26323.0832.6660.98
HexBC7BA3023D1A143213d
Octal27417324304315325034175
Binary101111001111011101000110100011110111010101000011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7BA3; }

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

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

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

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

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

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

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

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