#BA6FAA

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

Shades of Bouquet #BA6FAA

Tints of Bouquet #BA6FAA

Color information

#BA6FAA (or 0xBA6FAA) is unknown color: approx Bouquet. HEX triplet: BA, 6F and AA. RGB value is (186,111,170). Sum of RGB (Red+Green+Blue) = 186+111+170=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 111 (43.75% from 255 or 23.77% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6FAA is #459055. Grayscale: #8B8B8B. Windows color (decimal): -4558934 or 11169722. OLE color: 11169722.

HSL color Cylindrical-coordinate representation of color #BA6FAA: hue angle of 312.8º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA6FAA is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB186111170-
CMYK00.400.090.27
HSL312.8º35.21%58.24%-
HSV(B)312.8º40.32%72.94%-
XYZ33.1924.7141.05-
YUV140.15144.85160.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.83%
GREEN value IS 111 (43.75% from 255) = 23.77%
BLUE value IS 170 (66.80% from 255) = 36.40%
R=39.83%
G=23.77%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611117000.400.090.27312.835.2158.24
HexBA6FAA02891B139233a
Octal27215725205011334714372
Binary101110101101111101010100101000100111011100111001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6FAA; }

 p { color: rgb(186,111,170); }

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

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

 a { background-color: rgb(186,111,170); }

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

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

 span { border-color: rgb(186,111,170); }

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