#BA73AD

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

Shades of Bouquet #BA73AD

Tints of Bouquet #BA73AD

Color information

#BA73AD (or 0xBA73AD) is unknown color: approx Bouquet. HEX triplet: BA, 73 and AD. RGB value is (186,115,173). Sum of RGB (Red+Green+Blue) = 186+115+173=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 115 (45.31% from 255 or 24.26% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BA73AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA73AD is #458C52. Grayscale: #8E8E8E. Windows color (decimal): -4557907 or 11367354. OLE color: 11367354.

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

Color convert

RGB186115173-
CMYK00.380.070.27
HSL310.99º33.97%59.02%-
HSV(B)310.99º38.17%72.94%-
XYZ33.9225.7242.71-
YUV142.84145.02158.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.24%
GREEN value IS 115 (45.31% from 255) = 24.26%
BLUE value IS 173 (67.97% from 255) = 36.50%
R=39.24%
G=24.26%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611517300.380.070.27310.9933.9759.02
HexBA73AD02671B137223b
Octal2721632550467334674273
Binary10111010111001110101101010011011111011100110111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA73AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA73AD; }

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

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

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

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

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

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

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

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