#BC72A8

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

Shades of Bouquet #BC72A8

Tints of Bouquet #BC72A8

Color information

#BC72A8 (or 0xBC72A8) is unknown color: approx Bouquet. HEX triplet: BC, 72 and A8. RGB value is (188,114,168). Sum of RGB (Red+Green+Blue) = 188+114+168=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 114 (44.92% from 255 or 24.26% from 470); Blue value is 168 (66.02% from 255 or 35.74% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BC72A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC72A8 is #438D57. Grayscale: #8E8E8E. Windows color (decimal): -4427096 or 11039420. OLE color: 11039420.

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

Color convert

RGB188114168-
CMYK00.390.110.26
HSL316.22º35.58%59.22%-
HSV(B)316.22º39.36%73.73%-
XYZ33.8225.5540.2-
YUV142.28142.52160.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40%
GREEN value IS 114 (44.92% from 255) = 24.26%
BLUE value IS 168 (66.02% from 255) = 35.74%
R=40%
G=24.26%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811416800.390.110.26316.2235.5859.22
HexBC72A8027B1A13c243b
Octal27416225004713324744473
Binary101111001110010101010000100111101111010100111100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC72A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC72A8; }

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

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

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

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

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

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

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

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