#BA72AD

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

Shades of Bouquet #BA72AD

Tints of Bouquet #BA72AD

Color information

#BA72AD (or 0xBA72AD) is unknown color: approx Bouquet. HEX triplet: BA, 72 and AD. RGB value is (186,114,173). Sum of RGB (Red+Green+Blue) = 186+114+173=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 114 (44.92% from 255 or 24.10% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 186 - color contains mainly: red. Hex color #BA72AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA72AD is #458D52. Grayscale: #8E8E8E. Windows color (decimal): -4558163 or 11367098. OLE color: 11367098.

HSL color Cylindrical-coordinate representation of color #BA72AD: hue angle of 310.83º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA72AD is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB186114173-
CMYK00.390.070.27
HSL310.83º34.29%58.82%-
HSV(B)310.83º38.71%72.94%-
XYZ33.8125.4942.67-
YUV142.25145.35159.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.32%
GREEN value IS 114 (44.92% from 255) = 24.10%
BLUE value IS 173 (67.97% from 255) = 36.58%
R=39.32%
G=24.10%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611417300.390.070.27310.8334.2958.82
HexBA72AD02771B137223b
Octal2721622550477334674273
Binary10111010111001010101101010011111111011100110111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA72AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA72AD; }

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

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

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

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

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

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

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

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