#BC74A0

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

Shades of Bouquet #BC74A0

Tints of Bouquet #BC74A0

Color information

#BC74A0 (or 0xBC74A0) is unknown color: approx Bouquet. HEX triplet: BC, 74 and A0. RGB value is (188,116,160). Sum of RGB (Red+Green+Blue) = 188+116+160=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 116 (45.70% from 255 or 25% from 464); Blue value is 160 (62.89% from 255 or 34.48% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BC74A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC74A0 is #438B5F. Grayscale: #8E8E8E. Windows color (decimal): -4426592 or 10515644. OLE color: 10515644.

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

Color convert

RGB188116160-
CMYK00.380.150.26
HSL323.33º34.95%59.61%-
HSV(B)323.33º38.3%73.73%-
XYZ33.3325.7236.47-
YUV142.54137.85160.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.52%
GREEN value IS 116 (45.70% from 255) = 25%
BLUE value IS 160 (62.89% from 255) = 34.48%
R=40.52%
G=25%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811616000.380.150.26323.3334.9559.61
HexBC74A0026F1A143233c
Octal27416424004617325034374
Binary101111001110100101000000100110111111010101000011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC74A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC74A0; }

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

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

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

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

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

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

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

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