#BA74AD

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

Shades of Bouquet #BA74AD

Tints of Bouquet #BA74AD

Color information

#BA74AD (or 0xBA74AD) is unknown color: approx Bouquet. HEX triplet: BA, 74 and AD. RGB value is (186,116,173). Sum of RGB (Red+Green+Blue) = 186+116+173=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 116 (45.70% from 255 or 24.42% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 186 - color contains mainly: red. Hex color #BA74AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA74AD is #458B52. Grayscale: #8F8F8F. Windows color (decimal): -4557651 or 11367610. OLE color: 11367610.

HSL color Cylindrical-coordinate representation of color #BA74AD: hue angle of 311.14º 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 #BA74AD is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB186116173-
CMYK00.380.070.27
HSL311.14º33.65%59.22%-
HSV(B)311.14º37.63%72.94%-
XYZ34.0425.9542.75-
YUV143.43144.69158.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.16%
GREEN value IS 116 (45.70% from 255) = 24.42%
BLUE value IS 173 (67.97% from 255) = 36.42%
R=39.16%
G=24.42%
B=36.42%

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
Decimal18611617300.380.070.27311.1433.6559.22
HexBA74AD02671B137223b
Octal2721642550467334674273
Binary10111010111010010101101010011011111011100110111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA74AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA74AD; }

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

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

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

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

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

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

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

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