#BA6CA1

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

Shades of Bouquet #BA6CA1

Tints of Bouquet #BA6CA1

Color information

#BA6CA1 (or 0xBA6CA1) is unknown color: approx Bouquet. HEX triplet: BA, 6C and A1. RGB value is (186,108,161). Sum of RGB (Red+Green+Blue) = 186+108+161=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 108 (42.58% from 255 or 23.74% from 455); Blue value is 161 (63.28% from 255 or 35.38% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6CA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6CA1 is #45935E. Grayscale: #898989. Windows color (decimal): -4559711 or 10579130. OLE color: 10579130.

HSL color Cylindrical-coordinate representation of color #BA6CA1: hue angle of 319.23º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA6CA1 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB186108161-
CMYK00.420.130.27
HSL319.23º36.11%57.65%-
HSV(B)319.23º41.94%72.94%-
XYZ32.0523.7436.61-
YUV137.36141.34162.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.88%
GREEN value IS 108 (42.58% from 255) = 23.74%
BLUE value IS 161 (63.28% from 255) = 35.38%
R=40.88%
G=23.74%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610816100.420.130.27319.2336.1157.65
HexBA6CA102AD1B13f243a
Octal27215424105215334774472
Binary101110101101100101000010101010110111011100111111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6CA1; }

 p { color: rgb(186,108,161); }

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

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

 a { background-color: rgb(186,108,161); }

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

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

 span { border-color: rgb(186,108,161); }

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