#BC72A2

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

Shades of Bouquet #BC72A2

Tints of Bouquet #BC72A2

Color information

#BC72A2 (or 0xBC72A2) is unknown color: approx Bouquet. HEX triplet: BC, 72 and A2. RGB value is (188,114,162). Sum of RGB (Red+Green+Blue) = 188+114+162=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 114 (44.92% from 255 or 24.57% from 464); Blue value is 162 (63.67% from 255 or 34.91% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BC72A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC72A2 is #438D5D. Grayscale: #8D8D8D. Windows color (decimal): -4427102 or 10646204. OLE color: 10646204.

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

Color convert

RGB188114162-
CMYK00.390.140.26
HSL321.08º35.58%59.22%-
HSV(B)321.08º39.36%73.73%-
XYZ33.2825.3337.32-
YUV141.6139.52161.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.52%
GREEN value IS 114 (44.92% from 255) = 24.57%
BLUE value IS 162 (63.67% from 255) = 34.91%
R=40.52%
G=24.57%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811416200.390.140.26321.0835.5859.22
HexBC72A2027E1A141243b
Octal27416224204716325014473
Binary101111001110010101000100100111111011010101000001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC72A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC72A2; }

 p { color: rgb(188,114,162); }

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

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

 a { background-color: rgb(188,114,162); }

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

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

 span { border-color: rgb(188,114,162); }

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