#BC72AD

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

Shades of Bouquet #BC72AD

Tints of Bouquet #BC72AD

Color information

#BC72AD (or 0xBC72AD) is unknown color: approx Bouquet. HEX triplet: BC, 72 and AD. RGB value is (188,114,173). Sum of RGB (Red+Green+Blue) = 188+114+173=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 114 (44.92% from 255 or 24% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BC72AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC72AD is #438D52. Grayscale: #8E8E8E. Windows color (decimal): -4427091 or 11367100. OLE color: 11367100.

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

Color convert

RGB188114173-
CMYK00.390.080.26
HSL312.16º35.58%59.22%-
HSV(B)312.16º39.36%73.73%-
XYZ34.325.7442.7-
YUV142.85145.02160.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.58%
GREEN value IS 114 (44.92% from 255) = 24%
BLUE value IS 173 (67.97% from 255) = 36.42%
R=39.58%
G=24%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811417300.390.080.26312.1635.5859.22
HexBC72AD02781A138243b
Octal27416225504710324704473
Binary101111001110010101011010100111100011010100111000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC72AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC72AD; }

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

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

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

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

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

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

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

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